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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add API tests Created 6 years, 9 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 'browser/ui/sync/browser_synced_window_delegate.h', 1605 'browser/ui/sync/browser_synced_window_delegate.h',
1606 'browser/ui/sync/browser_synced_window_delegate.cc', 1606 'browser/ui/sync/browser_synced_window_delegate.cc',
1607 'browser/ui/sync/inline_login_dialog.cc', 1607 'browser/ui/sync/inline_login_dialog.cc',
1608 'browser/ui/sync/inline_login_dialog.h', 1608 'browser/ui/sync/inline_login_dialog.h',
1609 'browser/ui/sync/one_click_signin_bubble_delegate.h', 1609 'browser/ui/sync/one_click_signin_bubble_delegate.h',
1610 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', 1610 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc',
1611 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', 1611 'browser/ui/sync/one_click_signin_bubble_links_delegate.h',
1612 'browser/ui/sync/one_click_signin_helper.cc', 1612 'browser/ui/sync/one_click_signin_helper.cc',
1613 'browser/ui/sync/one_click_signin_helper.h', 1613 'browser/ui/sync/one_click_signin_helper.h',
1614 'browser/ui/sync/one_click_signin_histogram.h', 1614 'browser/ui/sync/one_click_signin_histogram.h',
1615 'browser/ui/sync/one_click_signin_sync_observer.cc',
1616 'browser/ui/sync/one_click_signin_sync_observer.h',
1615 'browser/ui/sync/one_click_signin_sync_starter.cc', 1617 'browser/ui/sync/one_click_signin_sync_starter.cc',
1616 'browser/ui/sync/one_click_signin_sync_starter.h', 1618 'browser/ui/sync/one_click_signin_sync_starter.h',
1617 'browser/ui/sync/profile_signin_confirmation_helper.cc', 1619 'browser/ui/sync/profile_signin_confirmation_helper.cc',
1618 'browser/ui/sync/profile_signin_confirmation_helper.h', 1620 'browser/ui/sync/profile_signin_confirmation_helper.h',
1619 'browser/ui/sync/signin_histogram.h', 1621 'browser/ui/sync/signin_histogram.h',
1620 'browser/ui/sync/sync_promo_ui.cc', 1622 'browser/ui/sync/sync_promo_ui.cc',
1621 'browser/ui/sync/sync_promo_ui.h', 1623 'browser/ui/sync/sync_promo_ui.h',
1622 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 1624 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
1623 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 1625 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
1624 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 1626 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
3433 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3435 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3434 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3436 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3437 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3436 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3438 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3437 ], 3439 ],
3438 }], 3440 }],
3439 ], 3441 ],
3440 }, 3442 },
3441 ], 3443 ],
3442 } 3444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698