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

Side by Side Diff: chrome/chrome_common.gypi

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc' ,], 473 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.cc' ,],
474 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ], 474 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ],
475 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 475 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
476 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 476 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
477 ], 477 ],
478 }], 478 }],
479 ['OS != "ios"', { 479 ['OS != "ios"', {
480 'dependencies': [ 480 'dependencies': [
481 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 481 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
482 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 482 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
483 '<(DEPTH)/components/components.gyp:autofill_common', 483 '<(DEPTH)/components/components.gyp:autofill_core_common',
484 '<(DEPTH)/ipc/ipc.gyp:ipc', 484 '<(DEPTH)/ipc/ipc.gyp:ipc',
485 '<(DEPTH)/printing/printing.gyp:printing', 485 '<(DEPTH)/printing/printing.gyp:printing',
486 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 486 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
487 '<(DEPTH)/third_party/re2/re2.gyp:re2', 487 '<(DEPTH)/third_party/re2/re2.gyp:re2',
488 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 488 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
489 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 489 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
490 ], 490 ],
491 }, { # OS == ios 491 }, { # OS == ios
492 'sources/': [ 492 'sources/': [
493 ['exclude', '^common/child_process_'], 493 ['exclude', '^common/child_process_'],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'common/metrics/proto/user_action_event.proto', 774 'common/metrics/proto/user_action_event.proto',
775 ], 775 ],
776 'variables': { 776 'variables': {
777 'proto_in_dir': 'common/metrics/proto', 777 'proto_in_dir': 'common/metrics/proto',
778 'proto_out_dir': 'chrome/common/metrics/proto', 778 'proto_out_dir': 'chrome/common/metrics/proto',
779 }, 779 },
780 'includes': [ '../build/protoc.gypi' ], 780 'includes': [ '../build/protoc.gypi' ],
781 }, 781 },
782 ], 782 ],
783 } 783 }
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