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

Side by Side Diff: trunk/src/chrome/chrome.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/cc/cc_tests.gyp ('k') | trunk/src/chrome/chrome_browser.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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 }, 680 },
681 ], 681 ],
682 }, 682 },
683 { 683 {
684 'target_name': 'infoplist_strings_tool', 684 'target_name': 'infoplist_strings_tool',
685 'type': 'executable', 685 'type': 'executable',
686 'variables': { 'enable_wexit_time_destructors': 1, }, 686 'variables': { 'enable_wexit_time_destructors': 1, },
687 'dependencies': [ 687 'dependencies': [
688 'chrome_resources.gyp:chrome_strings', 688 'chrome_resources.gyp:chrome_strings',
689 '../base/base.gyp:base', 689 '../base/base.gyp:base',
690 '../ui/gfx/gfx.gyp:gfx',
691 '../ui/ui.gyp:ui', 690 '../ui/ui.gyp:ui',
692 ], 691 ],
693 'include_dirs': [ 692 'include_dirs': [
694 '<(grit_out_dir)', 693 '<(grit_out_dir)',
695 ], 694 ],
696 'sources': [ 695 'sources': [
697 'tools/mac_helpers/infoplist_strings_util.mm', 696 'tools/mac_helpers/infoplist_strings_util.mm',
698 ], 697 ],
699 }, 698 },
700 ], # targets 699 ], # targets
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 'sources': [ 1181 'sources': [
1183 'service/cloud_print/print_system_cups.cc', 1182 'service/cloud_print/print_system_cups.cc',
1184 ], 1183 ],
1185 }], 1184 }],
1186 ], 1185 ],
1187 }, 1186 },
1188 ], 1187 ],
1189 }], 1188 }],
1190 ], # 'conditions' 1189 ], # 'conditions'
1191 } 1190 }
OLDNEW
« no previous file with comments | « trunk/src/cc/cc_tests.gyp ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698