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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 490733002: Remove dependency of common on variations browser code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test binary 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
« no previous file with comments | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | components/variations.gypi » ('J')
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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 '../components/components.gyp:sync_driver', 2863 '../components/components.gyp:sync_driver',
2864 '../components/components.gyp:translate_core_browser', 2864 '../components/components.gyp:translate_core_browser',
2865 '../components/components.gyp:translate_core_common', 2865 '../components/components.gyp:translate_core_common',
2866 '../components/components.gyp:url_fixer', 2866 '../components/components.gyp:url_fixer',
2867 '../components/components.gyp:user_prefs', 2867 '../components/components.gyp:user_prefs',
2868 '../components/components_strings.gyp:components_strings', 2868 '../components/components_strings.gyp:components_strings',
2869 # This depends directly on the variations target, rather than just 2869 # This depends directly on the variations target, rather than just
2870 # transitively via the common target because the proto sources need to 2870 # transitively via the common target because the proto sources need to
2871 # be generated before code in this target can start building. 2871 # be generated before code in this target can start building.
2872 '../components/components.gyp:variations', 2872 '../components/components.gyp:variations',
2873 '../components/components.gyp:variations_http_provider',
2873 '../components/components.gyp:webdata_common', 2874 '../components/components.gyp:webdata_common',
2874 '../content/content.gyp:content_browser', 2875 '../content/content.gyp:content_browser',
2875 '../content/content.gyp:content_common', 2876 '../content/content.gyp:content_common',
2876 '../courgette/courgette.gyp:courgette_lib', 2877 '../courgette/courgette.gyp:courgette_lib',
2877 '../crypto/crypto.gyp:crypto', 2878 '../crypto/crypto.gyp:crypto',
2878 '../google_apis/google_apis.gyp:google_apis', 2879 '../google_apis/google_apis.gyp:google_apis',
2879 '../jingle/jingle.gyp:notifier', 2880 '../jingle/jingle.gyp:notifier',
2880 '../skia/skia.gyp:skia', 2881 '../skia/skia.gyp:skia',
2881 '../sql/sql.gyp:sql', 2882 '../sql/sql.gyp:sql',
2882 '../sync/sync.gyp:sync', 2883 '../sync/sync.gyp:sync',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3583 'variables': { 3584 'variables': {
3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3585 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3586 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3586 }, 3587 },
3587 'includes': [ '../build/protoc.gypi' ] 3588 'includes': [ '../build/protoc.gypi' ]
3588 }, 3589 },
3589 ], 3590 ],
3590 },], 3591 },],
3591 ], 3592 ],
3592 } 3593 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | components/variations.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698