Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: extensions/common/BUILD.gn

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/browser/image_util_unittest.cc ('k') | extensions/common/image_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_common_constants 8 # GYP version: extensions/extensions.gyp:extensions_common_constants
9 source_set("common_constants") { 9 source_set("common_constants") {
10 sources = [ 10 sources = [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "features/permission_feature.cc", 97 "features/permission_feature.cc",
98 "features/permission_feature.h", 98 "features/permission_feature.h",
99 "features/simple_feature.cc", 99 "features/simple_feature.cc",
100 "features/simple_feature.h", 100 "features/simple_feature.h",
101 "features/simple_feature_filter.cc", 101 "features/simple_feature_filter.cc",
102 "features/simple_feature_filter.h", 102 "features/simple_feature_filter.h",
103 "file_util.cc", 103 "file_util.cc",
104 "file_util.h", 104 "file_util.h",
105 "guest_view/guest_view_constants.cc", 105 "guest_view/guest_view_constants.cc",
106 "guest_view/guest_view_constants.h", 106 "guest_view/guest_view_constants.h",
107 "image_util.cc",
108 "image_util.h",
107 "install_warning.cc", 109 "install_warning.cc",
108 "install_warning.h", 110 "install_warning.h",
109 "manifest.cc", 111 "manifest.cc",
110 "manifest.h", 112 "manifest.h",
111 "manifest_constants.cc", 113 "manifest_constants.cc",
112 "manifest_constants.h", 114 "manifest_constants.h",
113 "manifest_handler.cc", 115 "manifest_handler.cc",
114 "manifest_handler.h", 116 "manifest_handler.h",
115 "manifest_handler_helpers.cc", 117 "manifest_handler_helpers.cc",
116 "manifest_handler_helpers.h", 118 "manifest_handler_helpers.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "manifest_handlers/nacl_modules_handler.cc", 252 "manifest_handlers/nacl_modules_handler.cc",
251 "manifest_handlers/nacl_modules_handler.h", 253 "manifest_handlers/nacl_modules_handler.h",
252 ] 254 ]
253 } 255 }
254 256
255 if (is_win) { 257 if (is_win) {
256 cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 258 cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
257 } 259 }
258 } 260 }
259 } # enable_extensions 261 } # enable_extensions
OLDNEW
« no previous file with comments | « extensions/browser/image_util_unittest.cc ('k') | extensions/common/image_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698