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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 513633002: Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: 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
« 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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 '../components/components.gyp:autofill_core_browser', 2907 '../components/components.gyp:autofill_core_browser',
2908 '../content/content.gyp:content_browser', 2908 '../content/content.gyp:content_browser',
2909 '../sql/sql.gyp:sql', 2909 '../sql/sql.gyp:sql',
2910 '../sync/sync.gyp:sync', 2910 '../sync/sync.gyp:sync',
2911 ], 2911 ],
2912 'conditions': [ 2912 'conditions': [
2913 ['OS != "ios"', { 2913 ['OS != "ios"', {
2914 'dependencies': [ 2914 'dependencies': [
2915 'apps', 2915 'apps',
2916 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2916 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2917 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2917 'common/extensions/api/api.gyp:chrome_api', 2918 'common/extensions/api/api.gyp:chrome_api',
2918 'debugger', 2919 'debugger',
2919 'installer_util', 2920 'installer_util',
2920 '../third_party/re2/re2.gyp:re2', 2921 '../third_party/re2/re2.gyp:re2',
2921 '../cc/cc.gyp:cc', 2922 '../cc/cc.gyp:cc',
2922 '../components/components.gyp:autofill_content_browser', 2923 '../components/components.gyp:autofill_content_browser',
2923 '../components/components.gyp:dom_distiller_content', 2924 '../components/components.gyp:dom_distiller_content',
2924 '../components/components.gyp:keyed_service_content', 2925 '../components/components.gyp:keyed_service_content',
2925 '../components/components.gyp:navigation_interception', 2926 '../components/components.gyp:navigation_interception',
2926 '../components/components.gyp:password_manager_content_browser', 2927 '../components/components.gyp:password_manager_content_browser',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'variables': { 3582 'variables': {
3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3584 }, 3585 },
3585 'includes': [ '../build/protoc.gypi' ] 3586 'includes': [ '../build/protoc.gypi' ]
3586 }, 3587 },
3587 ], 3588 ],
3588 },], 3589 },],
3589 ], 3590 ],
3590 } 3591 }
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