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

Side by Side Diff: extensions/extensions.gyp

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months 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/common/features/simple_feature.h ('k') | extensions/extensions_resources.grd » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'includes': [ 6 'includes': [
7 'extensions.gypi', 7 'extensions.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../content/content_shell_and_tests.gyp:test_support_content', 269 '../content/content_shell_and_tests.gyp:test_support_content',
270 '../net/net.gyp:net_test_support', 270 '../net/net.gyp:net_test_support',
271 '../testing/gtest.gyp:gtest', 271 '../testing/gtest.gyp:gtest',
272 '../third_party/cld_2/cld_2.gyp:cld_2', 272 '../third_party/cld_2/cld_2.gyp:cld_2',
273 'browser/api/api_registration.gyp:extensions_api_registration', 273 'browser/api/api_registration.gyp:extensions_api_registration',
274 'common/api/api.gyp:cast_channel_proto', 274 'common/api/api.gyp:cast_channel_proto',
275 'common/api/api.gyp:extensions_api', 275 'common/api/api.gyp:extensions_api',
276 'extensions_browser', 276 'extensions_browser',
277 'extensions_common', 277 'extensions_common',
278 'extensions_resources.gyp:extensions_resources', 278 'extensions_resources.gyp:extensions_resources',
279 'test/test_api.gyp:extensions_features',
279 ], 280 ],
280 'include_dirs': [ 281 'include_dirs': [
281 '..', 282 '..',
282 '<(SHARED_INTERMEDIATE_DIR)', 283 '<(SHARED_INTERMEDIATE_DIR)',
283 ], 284 ],
284 'sources': [ 285 'sources': [
285 '<@(extensions_test_support_sources)', 286 '<@(extensions_test_support_sources)',
286 ], 287 ],
287 # Disable c4267 warnings until we fix size_t to int truncations. 288 # Disable c4267 warnings until we fix size_t to int truncations.
288 'msvs_disabled_warnings': [ 4267, ], 289 'msvs_disabled_warnings': [ 4267, ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 327 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
327 ], 328 ],
328 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 329 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
329 }, 330 },
330 'includes': [ '../build/repack_action.gypi' ], 331 'includes': [ '../build/repack_action.gypi' ],
331 }, 332 },
332 ], 333 ],
333 }, 334 },
334 ] 335 ]
335 } 336 }
OLDNEW
« no previous file with comments | « extensions/common/features/simple_feature.h ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698