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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6579003: Add in chrome://login-container (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed some garbage that ended up in the CL and fixed a couple of headers that moved Created 9 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
« no previous file with comments | « chrome/browser/resources/login_container.html ('k') | chrome/chrome_tests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'browser/chromeos/webui/language_options_util.h', 719 'browser/chromeos/webui/language_options_util.h',
720 'browser/chromeos/webui/language_pinyin_options_handler.cc', 720 'browser/chromeos/webui/language_pinyin_options_handler.cc',
721 'browser/chromeos/webui/language_pinyin_options_handler.h', 721 'browser/chromeos/webui/language_pinyin_options_handler.h',
722 'browser/chromeos/webui/login/authenticator_facade.h', 722 'browser/chromeos/webui/login/authenticator_facade.h',
723 'browser/chromeos/webui/login/authenticator_facade_cros.cc', 723 'browser/chromeos/webui/login/authenticator_facade_cros.cc',
724 'browser/chromeos/webui/login/authenticator_facade_cros.h', 724 'browser/chromeos/webui/login/authenticator_facade_cros.h',
725 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', 725 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc',
726 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', 726 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h',
727 'browser/chromeos/webui/login/login_ui.cc', 727 'browser/chromeos/webui/login/login_ui.cc',
728 'browser/chromeos/webui/login/login_ui.h', 728 'browser/chromeos/webui/login/login_ui.h',
729 'browser/chromeos/webui/login/login_container_ui.cc',
730 'browser/chromeos/webui/login/login_container_ui.h',
729 'browser/chromeos/webui/login/login_ui_helpers.cc', 731 'browser/chromeos/webui/login/login_ui_helpers.cc',
730 'browser/chromeos/webui/login/login_ui_helpers.h', 732 'browser/chromeos/webui/login/login_ui_helpers.h',
731 'browser/chromeos/webui/menu_ui.cc', 733 'browser/chromeos/webui/menu_ui.cc',
732 'browser/chromeos/webui/menu_ui.h', 734 'browser/chromeos/webui/menu_ui.h',
733 'browser/chromeos/webui/mobile_setup_ui.cc', 735 'browser/chromeos/webui/mobile_setup_ui.cc',
734 'browser/chromeos/webui/mobile_setup_ui.h', 736 'browser/chromeos/webui/mobile_setup_ui.h',
735 'browser/chromeos/webui/network_menu_ui.cc', 737 'browser/chromeos/webui/network_menu_ui.cc',
736 'browser/chromeos/webui/network_menu_ui.h', 738 'browser/chromeos/webui/network_menu_ui.h',
737 'browser/chromeos/webui/proxy_handler.cc', 739 'browser/chromeos/webui/proxy_handler.cc',
738 'browser/chromeos/webui/proxy_handler.h', 740 'browser/chromeos/webui/proxy_handler.h',
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3440 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ], 3442 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ],
3441 ['exclude', '^browser/ui/touch/*'], 3443 ['exclude', '^browser/ui/touch/*'],
3442 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.cc'], 3444 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.cc'],
3443 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.h'], 3445 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.h'],
3444 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'], 3446 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'],
3445 ], 3447 ],
3446 }], 3448 }],
3447 ['touchui==1', { 3449 ['touchui==1', {
3448 'sources/': [ 3450 'sources/': [
3449 ['include', '^browser/ui/touch/*'], 3451 ['include', '^browser/ui/touch/*'],
3452 ['include', '^browser/chromeos/dom_ui/login/'],
3450 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], 3453 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'],
3451 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 3454 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3452 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 3455 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
3453 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 3456 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
3454 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 3457 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
3455 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'], 3458 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'],
3456 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], 3459 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3457 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], 3460 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
3458 ], 3461 ],
3459 }], 3462 }],
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
4433 ], 4436 ],
4434 }, 4437 },
4435 ], 4438 ],
4436 } 4439 }
4437 4440
4438 # Local Variables: 4441 # Local Variables:
4439 # tab-width:2 4442 # tab-width:2
4440 # indent-tabs-mode:nil 4443 # indent-tabs-mode:nil
4441 # End: 4444 # End:
4442 # vim: set expandtab tabstop=2 shiftwidth=2: 4445 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/login_container.html ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698