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

Side by Side Diff: ash/ash.gyp

Issue 26277006: Created ash::FirstRunHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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 | « no previous file | ash/first_run/first_run_helper.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': [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'display/screen_position_controller.h', 124 'display/screen_position_controller.h',
125 'display/shared_display_edge_indicator.cc', 125 'display/shared_display_edge_indicator.cc',
126 'display/shared_display_edge_indicator.h', 126 'display/shared_display_edge_indicator.h',
127 'drag_drop/drag_drop_controller.cc', 127 'drag_drop/drag_drop_controller.cc',
128 'drag_drop/drag_drop_controller.h', 128 'drag_drop/drag_drop_controller.h',
129 'drag_drop/drag_drop_tracker.cc', 129 'drag_drop/drag_drop_tracker.cc',
130 'drag_drop/drag_drop_tracker.h', 130 'drag_drop/drag_drop_tracker.h',
131 'drag_drop/drag_image_view.cc', 131 'drag_drop/drag_image_view.cc',
132 'drag_drop/drag_image_view.h', 132 'drag_drop/drag_image_view.h',
133 'event_rewriter_delegate.h', 133 'event_rewriter_delegate.h',
134 'first_run/first_run_helper.cc',
135 'first_run/first_run_helper.h',
136 'first_run/first_run_helper_impl.cc',
137 'first_run/first_run_helper_impl.h',
134 'focus_cycler.cc', 138 'focus_cycler.cc',
135 'focus_cycler.h', 139 'focus_cycler.h',
136 'high_contrast/high_contrast_controller.cc', 140 'high_contrast/high_contrast_controller.cc',
137 'high_contrast/high_contrast_controller.h', 141 'high_contrast/high_contrast_controller.h',
138 'host/root_window_host_factory.cc', 142 'host/root_window_host_factory.cc',
139 'host/root_window_host_factory.h', 143 'host/root_window_host_factory.h',
140 'host/root_window_host_factory_win.cc', 144 'host/root_window_host_factory_win.cc',
141 'keyboard_controller_proxy_stub.cc', 145 'keyboard_controller_proxy_stub.cc',
142 'keyboard_controller_proxy_stub.h', 146 'keyboard_controller_proxy_stub.h',
143 'keyboard_overlay/keyboard_overlay_delegate.cc', 147 'keyboard_overlay/keyboard_overlay_delegate.cc',
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 }, 942 },
939 }, 943 },
940 'dependencies': [ 944 'dependencies': [
941 '../sandbox/sandbox.gyp:sandbox', 945 '../sandbox/sandbox.gyp:sandbox',
942 ], 946 ],
943 }], 947 }],
944 ], 948 ],
945 }, 949 },
946 ], 950 ],
947 } 951 }
OLDNEW
« no previous file with comments | « no previous file | ash/first_run/first_run_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698