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

Side by Side Diff: chrome/chrome_common.gypi

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to fix conflict Created 7 years, 6 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/options/autofill_options_handler.cc ('k') | chrome/common/DEPS » ('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) 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc' ,], 471 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc' ,],
472 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ], 472 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ],
473 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 473 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
474 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 474 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
475 ], 475 ],
476 }], 476 }],
477 ['OS != "ios"', { 477 ['OS != "ios"', {
478 'dependencies': [ 478 'dependencies': [
479 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 479 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
480 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 480 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
481 '<(DEPTH)/components/components.gyp:autofill_common', 481 '<(DEPTH)/components/components.gyp:autofill_shared',
482 '<(DEPTH)/ipc/ipc.gyp:ipc', 482 '<(DEPTH)/ipc/ipc.gyp:ipc',
483 '<(DEPTH)/printing/printing.gyp:printing', 483 '<(DEPTH)/printing/printing.gyp:printing',
484 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 484 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
485 '<(DEPTH)/third_party/re2/re2.gyp:re2', 485 '<(DEPTH)/third_party/re2/re2.gyp:re2',
486 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 486 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
487 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 487 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
488 ], 488 ],
489 }, { # OS == ios 489 }, { # OS == ios
490 'sources/': [ 490 'sources/': [
491 ['exclude', '^common/child_process_'], 491 ['exclude', '^common/child_process_'],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'common/metrics/proto/user_action_event.proto', 772 'common/metrics/proto/user_action_event.proto',
773 ], 773 ],
774 'variables': { 774 'variables': {
775 'proto_in_dir': 'common/metrics/proto', 775 'proto_in_dir': 'common/metrics/proto',
776 'proto_out_dir': 'chrome/common/metrics/proto', 776 'proto_out_dir': 'chrome/common/metrics/proto',
777 }, 777 },
778 'includes': [ '../build/protoc.gypi' ], 778 'includes': [ '../build/protoc.gypi' ],
779 }, 779 },
780 ], 780 ],
781 } 781 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698