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

Side by Side Diff: chrome/chrome_common.gypi

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Final" fix. Created 7 years 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'sources': [ 420 'sources': [
421 'common/media_galleries/iphoto_library.cc', 421 'common/media_galleries/iphoto_library.cc',
422 'common/media_galleries/iphoto_library.h', 422 'common/media_galleries/iphoto_library.h',
423 ], 423 ],
424 }], 424 }],
425 ['OS != "ios"', { 425 ['OS != "ios"', {
426 'dependencies': [ 426 'dependencies': [
427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
429 '<(DEPTH)/components/components.gyp:autofill_core_common', 429 '<(DEPTH)/components/components.gyp:autofill_core_common',
430 '<(DEPTH)/components/components.gyp:autofill_content_common',
430 '<(DEPTH)/components/nacl.gyp:nacl_common', 431 '<(DEPTH)/components/nacl.gyp:nacl_common',
431 '<(DEPTH)/components/components.gyp:visitedlink_common', 432 '<(DEPTH)/components/components.gyp:visitedlink_common',
432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 433 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
433 '<(DEPTH)/ipc/ipc.gyp:ipc', 434 '<(DEPTH)/ipc/ipc.gyp:ipc',
434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 435 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
435 '<(DEPTH)/third_party/re2/re2.gyp:re2', 436 '<(DEPTH)/third_party/re2/re2.gyp:re2',
436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 437 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
437 ], 438 ],
438 }, { # OS == ios 439 }, { # OS == ios
439 'sources/': [ 440 'sources/': [
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/metrics/proto/user_action_event.proto', 761 'common/metrics/proto/user_action_event.proto',
761 ], 762 ],
762 'variables': { 763 'variables': {
763 'proto_in_dir': 'common/metrics/proto', 764 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto', 765 'proto_out_dir': 'chrome/common/metrics/proto',
765 }, 766 },
766 'includes': [ '../build/protoc.gypi' ], 767 'includes': [ '../build/protoc.gypi' ],
767 }, 768 },
768 ], 769 ],
769 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698