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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 9 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 }], 406 }],
407 ['OS=="mac"', { 407 ['OS=="mac"', {
408 'sources': [ '<@(chrome_common_mac_sources)' ], 408 'sources': [ '<@(chrome_common_mac_sources)' ],
409 'dependencies': [ 'app_mode_app_support' ], 409 'dependencies': [ 'app_mode_app_support' ],
410 }], 410 }],
411 ['OS != "ios"', { 411 ['OS != "ios"', {
412 'dependencies': [ 412 'dependencies': [
413 'common_mojo_bindings', 413 'common_mojo_bindings',
414 '<(DEPTH)/components/components.gyp:autofill_core_common', 414 '<(DEPTH)/components/components.gyp:autofill_core_common',
415 '<(DEPTH)/components/components.gyp:autofill_content_common', 415 '<(DEPTH)/components/components.gyp:autofill_content_common',
416 '<(DEPTH)/components/components.gyp:password_manager_content_mojo_bi ndings',
416 '<(DEPTH)/components/components.gyp:password_manager_core_common', 417 '<(DEPTH)/components/components.gyp:password_manager_core_common',
417 '<(DEPTH)/components/components.gyp:password_manager_content_common' ,
418 '<(DEPTH)/components/components.gyp:signin_core_common', 418 '<(DEPTH)/components/components.gyp:signin_core_common',
419 '<(DEPTH)/components/components.gyp:translate_content_common', 419 '<(DEPTH)/components/components.gyp:translate_content_common',
420 '<(DEPTH)/components/components.gyp:visitedlink_common', 420 '<(DEPTH)/components/components.gyp:visitedlink_common',
421 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants', 421 '<(DEPTH)/extensions/extensions.gyp:extensions_common_constants',
422 '<(DEPTH)/ipc/ipc.gyp:ipc', 422 '<(DEPTH)/ipc/ipc.gyp:ipc',
423 '<(DEPTH)/media/media.gyp:media', 423 '<(DEPTH)/media/media.gyp:media',
424 '<(DEPTH)/third_party/re2/re2.gyp:re2', 424 '<(DEPTH)/third_party/re2/re2.gyp:re2',
425 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 425 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
426 ], 426 ],
427 }, { # OS == ios 427 }, { # OS == ios
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 ], 645 ],
646 'sources': [ 646 'sources': [
647 'common/resource_usage_reporter.mojom', 647 'common/resource_usage_reporter.mojom',
648 ], 648 ],
649 'dependencies': [ 649 'dependencies': [
650 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 650 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
651 ], 651 ],
652 }, 652 },
653 ], 653 ],
654 } 654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698