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

Side by Side Diff: extensions/extensions.gyp

Issue 411783003: Add GN Build file for extensions_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android fixes Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 # GN version: //extensions/common
11 'target_name': 'extensions_common', 12 'target_name': 'extensions_common',
12 'type': 'static_library', 13 'type': 'static_library',
13 'dependencies': [ 14 'dependencies': [
14 # TODO(benwells): figure out what to do with the api target and 15 # TODO(benwells): figure out what to do with the api target and
15 # api resources compiled into the chrome resource bundle. 16 # api resources compiled into the chrome resource bundle.
16 # http://crbug.com/162530 17 # http://crbug.com/162530
17 '../chrome/chrome_resources.gyp:chrome_resources', 18 '../chrome/chrome_resources.gyp:chrome_resources',
18 '../components/components.gyp:url_matcher', 19 '../components/components.gyp:url_matcher',
19 '../content/content.gyp:content_common', 20 '../content/content.gyp:content_common',
20 '../crypto/crypto.gyp:crypto', 21 '../crypto/crypto.gyp:crypto',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 743 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
743 ], 744 ],
744 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', 745 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak',
745 }, 746 },
746 'includes': [ '../build/repack_action.gypi' ], 747 'includes': [ '../build/repack_action.gypi' ],
747 }, 748 },
748 ], 749 ],
749 }, 750 },
750 ] 751 ]
751 } 752 }
OLDNEW
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698