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

Side by Side Diff: ash/ash.gyp

Issue 14386024: Add debug shortcuts that toggles options to shows debug borders and fps counters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « ash/accelerators/accelerator_table.cc ('k') | ash/debug.h » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
11 'ash_resources.gypi', 11 'ash_resources.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'ash', 15 'target_name': 'ash',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 'ash_strings.gyp:ash_strings', 18 'ash_strings.gyp:ash_strings',
19 '../base/base.gyp:base', 19 '../base/base.gyp:base',
20 '../base/base.gyp:base_i18n', 20 '../base/base.gyp:base_i18n',
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
22 '../build/temp_gyp/googleurl.gyp:googleurl', 22 '../build/temp_gyp/googleurl.gyp:googleurl',
23 '../cc/cc.gyp:cc',
23 '../content/content.gyp:content', 24 '../content/content.gyp:content',
24 '../content/content.gyp:content_browser', 25 '../content/content.gyp:content_browser',
25 '../ipc/ipc.gyp:ipc', 26 '../ipc/ipc.gyp:ipc',
26 '../net/net.gyp:net', 27 '../net/net.gyp:net',
27 '../skia/skia.gyp:skia', 28 '../skia/skia.gyp:skia',
28 '../third_party/icu/icu.gyp:icui18n', 29 '../third_party/icu/icu.gyp:icui18n',
29 '../third_party/icu/icu.gyp:icuuc', 30 '../third_party/icu/icu.gyp:icuuc',
30 '../ui/app_list/app_list.gyp:app_list', 31 '../ui/app_list/app_list.gyp:app_list',
31 '../ui/aura/aura.gyp:aura', 32 '../ui/aura/aura.gyp:aura',
32 '../ui/base/strings/ui_strings.gyp:ui_strings', 33 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'shell/cocoa/app-Info.plist', 842 'shell/cocoa/app-Info.plist',
842 ], 843 ],
843 'xcode_settings': { 844 'xcode_settings': {
844 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 845 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
845 }, 846 },
846 }], 847 }],
847 ], 848 ],
848 }, 849 },
849 ], 850 ],
850 } 851 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698