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

Side by Side Diff: ash/ash.gyp

Issue 11878013: Make ui_controls only usable from interactive_ui_tests. This has two benefits: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « no previous file | ash/shell.cc » ('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': [
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'system/user/update_observer.h', 276 'system/user/update_observer.h',
277 'system/user/user_observer.h', 277 'system/user/user_observer.h',
278 'system/web_notification/web_notification_tray.cc', 278 'system/web_notification/web_notification_tray.cc',
279 'system/web_notification/web_notification_tray.h', 279 'system/web_notification/web_notification_tray.h',
280 'tooltips/tooltip_controller.cc', 280 'tooltips/tooltip_controller.cc',
281 'tooltips/tooltip_controller.h', 281 'tooltips/tooltip_controller.h',
282 'touch/touch_observer_hud.cc', 282 'touch/touch_observer_hud.cc',
283 'touch/touch_observer_hud.h', 283 'touch/touch_observer_hud.h',
284 'touch/touch_uma.cc', 284 'touch/touch_uma.cc',
285 'touch/touch_uma.h', 285 'touch/touch_uma.h',
286 'ui_controls_ash.cc',
287 'volume_control_delegate.h', 286 'volume_control_delegate.h',
288 'wm/app_list_controller.cc', 287 'wm/app_list_controller.cc',
289 'wm/app_list_controller.h', 288 'wm/app_list_controller.h',
290 'wm/activation_controller.cc', 289 'wm/activation_controller.cc',
291 'wm/activation_controller.h', 290 'wm/activation_controller.h',
292 'wm/activation_controller_delegate.h', 291 'wm/activation_controller_delegate.h',
293 'wm/always_on_top_controller.cc', 292 'wm/always_on_top_controller.cc',
294 'wm/always_on_top_controller.h', 293 'wm/always_on_top_controller.h',
295 'wm/ash_activation_controller.cc', 294 'wm/ash_activation_controller.cc',
296 'wm/ash_activation_controller.h', 295 'wm/ash_activation_controller.h',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'shell/cocoa/app-Info.plist', 738 'shell/cocoa/app-Info.plist',
740 ], 739 ],
741 'xcode_settings': { 740 'xcode_settings': {
742 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 741 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
743 }, 742 },
744 }], 743 }],
745 ], 744 ],
746 }, 745 },
747 ], 746 ],
748 } 747 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698