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

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: changes made in response to Oshima's and Nikita's comments 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
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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'browser/chromeos/webui/language_options_util.h', 729 'browser/chromeos/webui/language_options_util.h',
730 'browser/chromeos/webui/language_pinyin_options_handler.cc', 730 'browser/chromeos/webui/language_pinyin_options_handler.cc',
731 'browser/chromeos/webui/language_pinyin_options_handler.h', 731 'browser/chromeos/webui/language_pinyin_options_handler.h',
732 'browser/chromeos/webui/login/authenticator_facade.h', 732 'browser/chromeos/webui/login/authenticator_facade.h',
733 'browser/chromeos/webui/login/authenticator_facade_cros.cc', 733 'browser/chromeos/webui/login/authenticator_facade_cros.cc',
734 'browser/chromeos/webui/login/authenticator_facade_cros.h', 734 'browser/chromeos/webui/login/authenticator_facade_cros.h',
735 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', 735 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc',
736 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', 736 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h',
737 'browser/chromeos/webui/login/login_ui.cc', 737 'browser/chromeos/webui/login/login_ui.cc',
738 'browser/chromeos/webui/login/login_ui.h', 738 'browser/chromeos/webui/login/login_ui.h',
739 'browser/chromeos/webui/login/login_container_ui.cc',
740 'browser/chromeos/webui/login/login_container_ui.h',
739 'browser/chromeos/webui/login/login_ui_helpers.cc', 741 'browser/chromeos/webui/login/login_ui_helpers.cc',
740 'browser/chromeos/webui/login/login_ui_helpers.h', 742 'browser/chromeos/webui/login/login_ui_helpers.h',
741 'browser/chromeos/webui/menu_ui.cc', 743 'browser/chromeos/webui/menu_ui.cc',
742 'browser/chromeos/webui/menu_ui.h', 744 'browser/chromeos/webui/menu_ui.h',
743 'browser/chromeos/webui/mobile_setup_ui.cc', 745 'browser/chromeos/webui/mobile_setup_ui.cc',
744 'browser/chromeos/webui/mobile_setup_ui.h', 746 'browser/chromeos/webui/mobile_setup_ui.h',
745 'browser/chromeos/webui/network_menu_ui.cc', 747 'browser/chromeos/webui/network_menu_ui.cc',
746 'browser/chromeos/webui/network_menu_ui.h', 748 'browser/chromeos/webui/network_menu_ui.h',
747 'browser/chromeos/webui/proxy_handler.cc', 749 'browser/chromeos/webui/proxy_handler.cc',
748 'browser/chromeos/webui/proxy_handler.h', 750 'browser/chromeos/webui/proxy_handler.h',
(...skipping 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3520 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ], 3522 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ],
3521 ['exclude', '^browser/ui/touch/*'], 3523 ['exclude', '^browser/ui/touch/*'],
3522 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.cc'], 3524 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.cc'],
3523 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.h'], 3525 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.h'],
3524 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'], 3526 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'],
3525 ], 3527 ],
3526 }], 3528 }],
3527 ['touchui==1', { 3529 ['touchui==1', {
3528 'sources/': [ 3530 'sources/': [
3529 ['include', '^browser/ui/touch/*'], 3531 ['include', '^browser/ui/touch/*'],
3532 ['include', '^browser/chromeos/dom_ui/login/'],
3530 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], 3533 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'],
3531 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 3534 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3532 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 3535 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
3533 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 3536 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
3534 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 3537 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
3535 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'], 3538 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'],
3536 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], 3539 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3537 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], 3540 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
3538 ], 3541 ],
3539 }], 3542 }],
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
4515 ], 4518 ],
4516 }, 4519 },
4517 ], 4520 ],
4518 } 4521 }
4519 4522
4520 # Local Variables: 4523 # Local Variables:
4521 # tab-width:2 4524 # tab-width:2
4522 # indent-tabs-mode:nil 4525 # indent-tabs-mode:nil
4523 # End: 4526 # End:
4524 # vim: set expandtab tabstop=2 shiftwidth=2: 4527 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698