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

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: extra targets Created 6 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 | Annotate | Revision Log
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 'variables': { 3581 'variables': {
3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3582 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3583 }, 3584 },
3584 'includes': [ '../build/protoc.gypi' ] 3585 'includes': [ '../build/protoc.gypi' ]
3585 }, 3586 },
3586 ], 3587 ],
3587 },], 3588 },],
3588 ], 3589 ],
3589 } 3590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698