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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2070001: Remove webkit_support_in_chromium.gyp and use webkit_support.gyp (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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/chrome.gyp ('k') | chrome/chrome_common.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 16 matching lines...) Expand all
27 '../printing/printing.gyp:printing', 27 '../printing/printing.gyp:printing',
28 '../skia/skia.gyp:skia', 28 '../skia/skia.gyp:skia',
29 '../third_party/bzip2/bzip2.gyp:bzip2', 29 '../third_party/bzip2/bzip2.gyp:bzip2',
30 '../third_party/expat/expat.gyp:expat', 30 '../third_party/expat/expat.gyp:expat',
31 '../third_party/icu/icu.gyp:icui18n', 31 '../third_party/icu/icu.gyp:icui18n',
32 '../third_party/icu/icu.gyp:icuuc', 32 '../third_party/icu/icu.gyp:icuuc',
33 '../third_party/libjingle/libjingle.gyp:libjingle', 33 '../third_party/libjingle/libjingle.gyp:libjingle',
34 '../third_party/libxml/libxml.gyp:libxml', 34 '../third_party/libxml/libxml.gyp:libxml',
35 '../third_party/npapi/npapi.gyp:npapi', 35 '../third_party/npapi/npapi.gyp:npapi',
36 '../third_party/hunspell/hunspell.gyp:hunspell', 36 '../third_party/hunspell/hunspell.gyp:hunspell',
37 '../webkit/support/webkit_support_in_chromium.gyp:appcache', 37 '../webkit/support/webkit_support.gyp:appcache',
38 '../webkit/support/webkit_support_in_chromium.gyp:database', 38 '../webkit/support/webkit_support.gyp:database',
39 '../webkit/support/webkit_support_in_chromium.gyp:glue', 39 '../webkit/support/webkit_support.gyp:glue',
40 '../webkit/support/webkit_support_in_chromium.gyp:webkit_resources', 40 '../webkit/support/webkit_support.gyp:webkit_resources',
41 ], 41 ],
42 'include_dirs': [ 42 'include_dirs': [
43 '..', 43 '..',
44 '<(INTERMEDIATE_DIR)', 44 '<(INTERMEDIATE_DIR)',
45 ], 45 ],
46 'defines': [ 46 'defines': [
47 '<@(nacl_defines)', 47 '<@(nacl_defines)',
48 ], 48 ],
49 'direct_dependent_settings': { 49 'direct_dependent_settings': {
50 'defines': [ 50 'defines': [
(...skipping 3370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 ] 3421 ]
3422 }, 3422 },
3423 ], 3423 ],
3424 } 3424 }
3425 3425
3426 # Local Variables: 3426 # Local Variables:
3427 # tab-width:2 3427 # tab-width:2
3428 # indent-tabs-mode:nil 3428 # indent-tabs-mode:nil
3429 # End: 3429 # End:
3430 # vim: set expandtab tabstop=2 shiftwidth=2: 3430 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698