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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.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) 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 ['include', '^common/chrome_version_info\\.cc$'], 558 ['include', '^common/chrome_version_info\\.cc$'],
559 ['include', '^common/translate'], 559 ['include', '^common/translate'],
560 ['include', '^common/zip'], 560 ['include', '^common/zip'],
561 ], 561 ],
562 'include_dirs': [ 562 'include_dirs': [
563 '<(DEPTH)/breakpad/src', 563 '<(DEPTH)/breakpad/src',
564 ], 564 ],
565 }], 565 }],
566 ['OS!="ios" and chrome_multiple_dll!=1', { 566 ['OS!="ios" and chrome_multiple_dll!=1', {
567 'dependencies': [ 567 'dependencies': [
568 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 568 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue',
569 ], 569 ],
570 }], 570 }],
571 ['OS=="android"', { 571 ['OS=="android"', {
572 'sources/': [ 572 'sources/': [
573 ['exclude', '^common/chrome_version_info_posix.cc'], 573 ['exclude', '^common/chrome_version_info_posix.cc'],
574 ['exclude', '^common/service_'], 574 ['exclude', '^common/service_'],
575 ], 575 ],
576 'sources!': [ 576 'sources!': [
577 'common/badge_util.cc', 577 'common/badge_util.cc',
578 'common/extensions/api/extension_action/browser_action_handler.cc', 578 'common/extensions/api/extension_action/browser_action_handler.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'common/metrics/proto/user_action_event.proto', 864 'common/metrics/proto/user_action_event.proto',
865 ], 865 ],
866 'variables': { 866 'variables': {
867 'proto_in_dir': 'common/metrics/proto', 867 'proto_in_dir': 'common/metrics/proto',
868 'proto_out_dir': 'chrome/common/metrics/proto', 868 'proto_out_dir': 'chrome/common/metrics/proto',
869 }, 869 },
870 'includes': [ '../build/protoc.gypi' ], 870 'includes': [ '../build/protoc.gypi' ],
871 }, 871 },
872 ], 872 ],
873 } 873 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698