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

Side by Side Diff: content/content_shell.gypi

Issue 74183002: Introduce ui/wm/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm owners file so i can land this Created 7 years, 1 month 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 | « apps/shell/app_shell_browser_main_parts.cc ('k') | content/shell/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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], 250 ],
251 }, { 251 }, {
252 'sources/': [ 252 'sources/': [
253 ['exclude', 'shell/browser/shell_aura.cc'], 253 ['exclude', 'shell/browser/shell_aura.cc'],
254 ['exclude', 'shell/browser/shell_views.cc'], 254 ['exclude', 'shell/browser/shell_views.cc'],
255 ], 255 ],
256 }], # use_aura==1 256 }], # use_aura==1
257 ['chromeos==1', { 257 ['chromeos==1', {
258 'dependencies': [ 258 'dependencies': [
259 '../chromeos/chromeos.gyp:chromeos', 259 '../chromeos/chromeos.gyp:chromeos',
260 '../ui/shell/shell.gyp:shell', 260 '../ui/wm/wm.gyp:wm_test_support',
261 ], 261 ],
262 }], # chromeos==1 262 }], # chromeos==1
263 ['use_ash==1', { 263 ['use_ash==1', {
264 'dependencies': [ 264 'dependencies': [
265 '../ash/ash.gyp:ash', 265 '../ash/ash.gyp:ash',
266 ], 266 ],
267 }], 267 }],
268 ['use_custom_freetype==1', { 268 ['use_custom_freetype==1', {
269 'dependencies': [ 269 'dependencies': [
270 '../third_party/freetype2/freetype2.gyp:freetype2', 270 '../third_party/freetype2/freetype2.gyp:freetype2',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
861 '--destination_dir', '<(dest_dir)', 861 '--destination_dir', '<(dest_dir)',
862 ], 862 ],
863 }, 863 },
864 ], 864 ],
865 }, 865 },
866 ], 866 ],
867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
868 ] 868 ]
869 } 869 }
OLDNEW
« no previous file with comments | « apps/shell/app_shell_browser_main_parts.cc ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698