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

Side by Side Diff: chrome/chrome.gyp

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui_unittest.cc ('k') | chrome/chrome_browser.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
11 # Linux or Mac, and into chrome.dll on Windows. 11 # Linux or Mac, and into chrome.dll on Windows.
12 # NOTE: Most new includes should go in the OS!="ios" condition below. 12 # NOTE: Most new includes should go in the OS!="ios" condition below.
13 # 13 #
14 # GN version is the group //chrome:browser_dependencies 14 # GN version is the group //chrome:browser_dependencies
15 'chromium_browser_dependencies': [ 15 'chromium_browser_dependencies': [
16 'common', 16 'common',
17 'browser', 17 'browser',
18 '../sync/sync.gyp:sync', 18 '../components/sync.gyp:sync',
19 ], 19 ],
20 # GN version is the group //chrome:child_dependencies 20 # GN version is the group //chrome:child_dependencies
21 'chromium_child_dependencies': [ 21 'chromium_child_dependencies': [
22 'common', 22 'common',
23 '../sync/sync.gyp:sync', 23 '../components/sync.gyp:sync',
24 ], 24 ],
25 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 25 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
26 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 26 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
27 'conditions': [ 27 'conditions': [
28 ['OS!="ios"', { 28 ['OS!="ios"', {
29 'chromium_browser_dependencies': [ 29 'chromium_browser_dependencies': [
30 'debugger', 30 'debugger',
31 '../ppapi/ppapi_internal.gyp:ppapi_host', 31 '../ppapi/ppapi_internal.gyp:ppapi_host',
32 ], 32 ],
33 'chromium_child_dependencies': [ 33 'chromium_child_dependencies': [
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 '../components/components.gyp:signin_core_browser_java', 500 '../components/components.gyp:signin_core_browser_java',
501 '../components/components.gyp:variations_java', 501 '../components/components.gyp:variations_java',
502 '../components/components.gyp:web_contents_delegate_android_java', 502 '../components/components.gyp:web_contents_delegate_android_java',
503 '../components/components.gyp:web_restrictions_java', 503 '../components/components.gyp:web_restrictions_java',
504 '../components/components_strings.gyp:components_strings', 504 '../components/components_strings.gyp:components_strings',
505 '../content/content.gyp:content_java', 505 '../content/content.gyp:content_java',
506 '../media/media.gyp:media_java', 506 '../media/media.gyp:media_java',
507 '../mojo/mojo_public.gyp:mojo_bindings_java', 507 '../mojo/mojo_public.gyp:mojo_bindings_java',
508 '../mojo/mojo_public.gyp:mojo_public_java', 508 '../mojo/mojo_public.gyp:mojo_public_java',
509 '../printing/printing.gyp:printing_java', 509 '../printing/printing.gyp:printing_java',
510 '../sync/sync.gyp:sync_java', 510 '../components/sync.gyp:sync_java',
511 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java', 511 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java',
512 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 512 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
513 '../third_party/android_media/android_media.gyp:android_media_java', 513 '../third_party/android_media/android_media.gyp:android_media_java',
514 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 514 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
515 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 515 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
516 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 516 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
517 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 517 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
518 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 518 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
519 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 519 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
520 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 520 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'sources': [ 726 'sources': [
727 'service/cloud_print/print_system_dummy.cc', 727 'service/cloud_print/print_system_dummy.cc',
728 ], 728 ],
729 }], 729 }],
730 ], 730 ],
731 }, 731 },
732 ], 732 ],
733 }], 733 }],
734 ], # 'conditions' 734 ], # 'conditions'
735 } 735 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698