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

Side by Side Diff: chrome/chrome.gyp

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 | « build/all.gyp ('k') | chrome/chrome_browser_chromeos.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'variables': { 'enable_wexit_time_destructors': 1, }, 629 'variables': { 'enable_wexit_time_destructors': 1, },
630 # This target must not depend on static libraries, else the code in 630 # This target must not depend on static libraries, else the code in
631 # those libraries would appear twice in plugin processes: Once from 631 # those libraries would appear twice in plugin processes: Once from
632 # Chromium Framework, and once from this dylib. 632 # Chromium Framework, and once from this dylib.
633 'dependencies': [ 633 'dependencies': [
634 'chrome_dll', 634 'chrome_dll',
635 ], 635 ],
636 'conditions': [ 636 'conditions': [
637 ['component=="shared_library"', { 637 ['component=="shared_library"', {
638 'dependencies': [ 638 'dependencies': [
639 '../webkit/support/webkit_support.gyp:glue',
640 '../content/content.gyp:content_plugin', 639 '../content/content.gyp:content_plugin',
640 '../webkit/glue/webkit_glue.gyp:glue',
641 ], 641 ],
642 'xcode_settings': { 642 'xcode_settings': {
643 'LD_RUNPATH_SEARCH_PATHS': [ 643 'LD_RUNPATH_SEARCH_PATHS': [
644 # Get back from Chromium.app/Contents/Versions/V 644 # Get back from Chromium.app/Contents/Versions/V
645 '@loader_path/../../../..', 645 '@loader_path/../../../..',
646 ], 646 ],
647 }, 647 },
648 }], 648 }],
649 ], 649 ],
650 'sources': [ 650 'sources': [
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'sources': [ 1192 'sources': [
1193 'service/cloud_print/print_system_cups.cc', 1193 'service/cloud_print/print_system_cups.cc',
1194 ], 1194 ],
1195 }], 1195 }],
1196 ], 1196 ],
1197 }, 1197 },
1198 ], 1198 ],
1199 }], 1199 }],
1200 ], # 'conditions' 1200 ], # 'conditions'
1201 } 1201 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698