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

Side by Side Diff: athena/athena.gyp

Issue 511053003: Shrink the search box if the width is too small. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 6 years, 3 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
« no previous file with comments | « no previous file | athena/home/athena_start_page_view.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 { 170 {
171 'target_name': 'athena_test_support', 171 'target_name': 'athena_test_support',
172 'type': 'static_library', 172 'type': 'static_library',
173 'dependencies': [ 173 'dependencies': [
174 '../base/base.gyp:test_support_base', 174 '../base/base.gyp:test_support_base',
175 '../chromeos/chromeos.gyp:chromeos', 175 '../chromeos/chromeos.gyp:chromeos',
176 '../skia/skia.gyp:skia', 176 '../skia/skia.gyp:skia',
177 '../testing/gtest.gyp:gtest', 177 '../testing/gtest.gyp:gtest',
178 '../ui/accessibility/accessibility.gyp:ax_gen', 178 '../ui/accessibility/accessibility.gyp:ax_gen',
179 '../ui/app_list/app_list.gyp:app_list', 179 '../ui/app_list/app_list.gyp:app_list',
180 '../ui/app_list/app_list.gyp:app_list_test_support',
180 '../ui/aura/aura.gyp:aura_test_support', 181 '../ui/aura/aura.gyp:aura_test_support',
181 '../ui/base/ui_base.gyp:ui_base_test_support', 182 '../ui/base/ui_base.gyp:ui_base_test_support',
182 '../ui/compositor/compositor.gyp:compositor_test_support', 183 '../ui/compositor/compositor.gyp:compositor_test_support',
183 '../ui/views/views.gyp:views', 184 '../ui/views/views.gyp:views',
184 '../ui/wm/wm.gyp:wm', 185 '../ui/wm/wm.gyp:wm',
185 '../url/url.gyp:url_lib', 186 '../url/url.gyp:url_lib',
186 'athena_content_lib', 187 'athena_content_lib',
187 'athena_lib', 188 'athena_lib',
188 'resources/athena_resources.gyp:athena_resources', 189 'resources/athena_resources.gyp:athena_resources',
189 ], 190 ],
(...skipping 23 matching lines...) Expand all
213 'athena_app_shell_lib', 214 'athena_app_shell_lib',
214 'athena_lib', 215 'athena_lib',
215 'athena_test_support', 216 'athena_test_support',
216 'main/athena_main.gyp:athena_main_lib', 217 'main/athena_main.gyp:athena_main_lib',
217 'resources/athena_resources.gyp:athena_pak', 218 'resources/athena_resources.gyp:athena_pak',
218 ], 219 ],
219 'sources': [ 220 'sources': [
220 'activity/activity_manager_unittest.cc', 221 'activity/activity_manager_unittest.cc',
221 'common/fill_layout_manager_unittest.cc', 222 'common/fill_layout_manager_unittest.cc',
222 'content/app_activity_unittest.cc', 223 'content/app_activity_unittest.cc',
224 'home/athena_start_page_view_unittest.cc',
223 'home/home_card_gesture_manager_unittest.cc', 225 'home/home_card_gesture_manager_unittest.cc',
224 'home/home_card_unittest.cc', 226 'home/home_card_unittest.cc',
225 'input/accelerator_manager_unittest.cc', 227 'input/accelerator_manager_unittest.cc',
226 'resource_manager/memory_pressure_notifier_unittest.cc', 228 'resource_manager/memory_pressure_notifier_unittest.cc',
227 'resource_manager/resource_manager_unittest.cc', 229 'resource_manager/resource_manager_unittest.cc',
228 'screen/screen_manager_unittest.cc', 230 'screen/screen_manager_unittest.cc',
229 'test/athena_unittests.cc', 231 'test/athena_unittests.cc',
230 'wm/split_view_controller_unittest.cc', 232 'wm/split_view_controller_unittest.cc',
231 'wm/window_list_provider_impl_unittest.cc', 233 'wm/window_list_provider_impl_unittest.cc',
232 'wm/window_manager_unittest.cc', 234 'wm/window_manager_unittest.cc',
233 ], 235 ],
234 } 236 }
235 ], 237 ],
236 } 238 }
237 239
OLDNEW
« no previous file with comments | « no previous file | athena/home/athena_start_page_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698