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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 18603006: Bookmark sync promo for Views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BookmarkBubbleView independant from browser, layout_constants and CAPS for enum Created 7 years, 5 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', 253 'browser/ui/panels/test_panel_collection_squeeze_observer.cc',
254 'browser/ui/panels/test_panel_collection_squeeze_observer.h', 254 'browser/ui/panels/test_panel_collection_squeeze_observer.h',
255 'browser/ui/search/instant_extended_interactive_uitest.cc', 255 'browser/ui/search/instant_extended_interactive_uitest.cc',
256 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', 256 'browser/ui/search/instant_extended_manual_interactive_uitest.cc',
257 'browser/ui/search/instant_test_utils.h', 257 'browser/ui/search/instant_test_utils.h',
258 'browser/ui/search/instant_test_utils.cc', 258 'browser/ui/search/instant_test_utils.cc',
259 'browser/ui/search/local_ntp_browsertest.cc', 259 'browser/ui/search/local_ntp_browsertest.cc',
260 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', 260 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc',
261 'browser/ui/views/ash/tab_scrubber_browsertest.cc', 261 'browser/ui/views/ash/tab_scrubber_browsertest.cc',
262 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 262 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
263 'browser/ui/views/bookmarks/bookmark_bubble_view_browsertest.cc',
263 'browser/ui/views/button_dropdown_test.cc', 264 'browser/ui/views/button_dropdown_test.cc',
264 'browser/ui/views/constrained_window_views_browsertest.cc', 265 'browser/ui/views/constrained_window_views_browsertest.cc',
265 'browser/ui/views/find_bar_controller_interactive_uitest.cc', 266 'browser/ui/views/find_bar_controller_interactive_uitest.cc',
266 'browser/ui/views/find_bar_host_interactive_uitest.cc', 267 'browser/ui/views/find_bar_host_interactive_uitest.cc',
267 'browser/ui/views/frame/browser_view_interactive_uitest.cc', 268 'browser/ui/views/frame/browser_view_interactive_uitest.cc',
268 'browser/ui/views/keyboard_access_browsertest.cc', 269 'browser/ui/views/keyboard_access_browsertest.cc',
269 'browser/ui/views/location_bar/star_view_browsertest.cc', 270 'browser/ui/views/location_bar/star_view_browsertest.cc',
270 'browser/ui/views/menu_item_view_test.cc', 271 'browser/ui/views/menu_item_view_test.cc',
271 'browser/ui/views/menu_model_adapter_test.cc', 272 'browser/ui/views/menu_model_adapter_test.cc',
272 'browser/ui/views/message_center/web_notification_tray_browsertest.cc', 273 'browser/ui/views/message_center/web_notification_tray_browsertest.cc',
(...skipping 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3383 'utility', 3384 'utility',
3384 ], 3385 ],
3385 'sources': [ 3386 'sources': [
3386 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3387 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3387 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3388 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3388 ], 3389 ],
3389 }] 3390 }]
3390 }], 3391 }],
3391 ], # 'conditions' 3392 ], # 'conditions'
3392 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698