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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 13845022: Mac: Display a native bubble (instead of the JS one) after the web signin flow. (branched from http… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntpBubble
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
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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 'browser/ui/cocoa/extensions/extension_action_context_menu_browsertest.m m', 1525 'browser/ui/cocoa/extensions/extension_action_context_menu_browsertest.m m',
1526 'browser/ui/cocoa/extensions/extension_install_dialog_controller_browser test.mm', 1526 'browser/ui/cocoa/extensions/extension_install_dialog_controller_browser test.mm',
1527 'browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h', 1527 'browser/ui/cocoa/extensions/extension_install_prompt_test_utils.h',
1528 'browser/ui/cocoa/extensions/extension_install_prompt_test_utils.mm', 1528 'browser/ui/cocoa/extensions/extension_install_prompt_test_utils.mm',
1529 'browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_browsertest.mm ', 1529 'browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_browsertest.mm ',
1530 'browser/ui/cocoa/find_bar/find_bar_browsertest.mm', 1530 'browser/ui/cocoa/find_bar/find_bar_browsertest.mm',
1531 'browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm', 1531 'browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm',
1532 'browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm', 1532 'browser/ui/cocoa/location_bar/zoom_decoration_browsertest.mm',
1533 'browser/ui/cocoa/omnibox/omnibox_view_mac_browsertest.mm', 1533 'browser/ui/cocoa/omnibox/omnibox_view_mac_browsertest.mm',
1534 'browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm', 1534 'browser/ui/cocoa/one_click_signin_dialog_controller_browsertest.mm',
1535 'browser/ui/cocoa/one_click_signin_bubble_controller_browsertest.mm',
Alexei Svitkine (slow) 2013/04/24 15:26:27 Nit: Should be in alphabetical order.
noms (inactive) 2013/04/25 18:29:58 Done.
1535 'browser/ui/cocoa/ssl_client_certificate_selector_cocoa_browsertest.mm', 1536 'browser/ui/cocoa/ssl_client_certificate_selector_cocoa_browsertest.mm',
1536 'browser/ui/cocoa/tab_contents/overlayable_contents_controller_browserte st.mm', 1537 'browser/ui/cocoa/tab_contents/overlayable_contents_controller_browserte st.mm',
1537 'browser/ui/cocoa/view_id_util_browsertest.mm', 1538 'browser/ui/cocoa/view_id_util_browsertest.mm',
1538 'browser/ui/find_bar/find_bar_host_browsertest.cc', 1539 'browser/ui/find_bar/find_bar_host_browsertest.cc',
1539 'browser/ui/fullscreen/fullscreen_controller_browsertest.cc', 1540 'browser/ui/fullscreen/fullscreen_controller_browsertest.cc',
1540 'browser/ui/global_error/global_error_service_browsertest.cc', 1541 'browser/ui/global_error/global_error_service_browsertest.cc',
1541 'browser/ui/gtk/bubble/bubble_gtk_browsertest.cc', 1542 'browser/ui/gtk/bubble/bubble_gtk_browsertest.cc',
1542 'browser/ui/gtk/confirm_bubble_gtk_browsertest.cc', 1543 'browser/ui/gtk/confirm_bubble_gtk_browsertest.cc',
1543 'browser/ui/gtk/location_bar_view_gtk_browsertest.cc', 1544 'browser/ui/gtk/location_bar_view_gtk_browsertest.cc',
1544 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', 1545 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc',
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3389 # more details. 3390 # more details.
3390 'DebugInformationFormat': '3', 3391 'DebugInformationFormat': '3',
3391 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3392 }, 3393 },
3393 }, 3394 },
3394 }, 3395 },
3395 ], 3396 ],
3396 }], 3397 }],
3397 ], # 'conditions' 3398 ], # 'conditions'
3398 } 3399 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698