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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 489153003: Split bundle generation steps so that API registration is generated in browser, not common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar Created 6 years, 3 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_chromeos.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 '../components/components.gyp:autofill_core_browser', 2911 '../components/components.gyp:autofill_core_browser',
2912 '../content/content.gyp:content_browser', 2912 '../content/content.gyp:content_browser',
2913 '../sql/sql.gyp:sql', 2913 '../sql/sql.gyp:sql',
2914 '../sync/sync.gyp:sync', 2914 '../sync/sync.gyp:sync',
2915 ], 2915 ],
2916 'conditions': [ 2916 'conditions': [
2917 ['OS != "ios"', { 2917 ['OS != "ios"', {
2918 'dependencies': [ 2918 'dependencies': [
2919 'apps', 2919 'apps',
2920 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2920 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2921 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2921 'common/extensions/api/api.gyp:chrome_api', 2922 'common/extensions/api/api.gyp:chrome_api',
2922 'debugger', 2923 'debugger',
2923 'installer_util', 2924 'installer_util',
2924 '../third_party/re2/re2.gyp:re2', 2925 '../third_party/re2/re2.gyp:re2',
2925 '../cc/cc.gyp:cc', 2926 '../cc/cc.gyp:cc',
2926 '../components/components.gyp:autofill_content_browser', 2927 '../components/components.gyp:autofill_content_browser',
2927 '../components/components.gyp:dom_distiller_content', 2928 '../components/components.gyp:dom_distiller_content',
2928 '../components/components.gyp:keyed_service_content', 2929 '../components/components.gyp:keyed_service_content',
2929 '../components/components.gyp:navigation_interception', 2930 '../components/components.gyp:navigation_interception',
2930 '../components/components.gyp:password_manager_content_browser', 2931 '../components/components.gyp:password_manager_content_browser',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 'variables': { 3585 'variables': {
3585 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3587 }, 3588 },
3588 'includes': [ '../build/protoc.gypi' ] 3589 'includes': [ '../build/protoc.gypi' ]
3589 }, 3590 },
3590 ], 3591 ],
3591 },], 3592 },],
3592 ], 3593 ],
3593 } 3594 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698