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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9203001: Implement input type=color UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed flag Created 8 years, 11 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'browser/chromeos/web_socket_proxy.cc', 829 'browser/chromeos/web_socket_proxy.cc',
830 'browser/chromeos/web_socket_proxy.h', 830 'browser/chromeos/web_socket_proxy.h',
831 'browser/chromeos/web_socket_proxy_controller.cc', 831 'browser/chromeos/web_socket_proxy_controller.cc',
832 'browser/chromeos/web_socket_proxy_controller.h', 832 'browser/chromeos/web_socket_proxy_controller.h',
833 'browser/chromeos/web_socket_proxy_helper.cc', 833 'browser/chromeos/web_socket_proxy_helper.cc',
834 'browser/chromeos/web_socket_proxy_helper.h', 834 'browser/chromeos/web_socket_proxy_helper.h',
835 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 835 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
836 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 836 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
837 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 837 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
838 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc', 838 'browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc',
839 'browser/color_select_observer.cc',
840 'browser/color_select_observer.h',
839 'browser/command_updater.cc', 841 'browser/command_updater.cc',
840 'browser/command_updater.h', 842 'browser/command_updater.h',
841 'browser/component_updater/component_updater_configurator.cc', 843 'browser/component_updater/component_updater_configurator.cc',
842 'browser/component_updater/component_updater_configurator.h', 844 'browser/component_updater/component_updater_configurator.h',
843 'browser/component_updater/component_unpacker.cc', 845 'browser/component_updater/component_unpacker.cc',
844 'browser/component_updater/component_unpacker.h', 846 'browser/component_updater/component_unpacker.h',
845 'browser/component_updater/component_updater_service.cc', 847 'browser/component_updater/component_updater_service.cc',
846 'browser/component_updater/component_updater_service.h', 848 'browser/component_updater/component_updater_service.h',
847 'browser/component_updater/flash_component_installer.h', 849 'browser/component_updater/flash_component_installer.h',
848 'browser/component_updater/npapi_flash_component_installer.cc', 850 'browser/component_updater/npapi_flash_component_installer.cc',
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 'browser/ui/browser_list.h', 2485 'browser/ui/browser_list.h',
2484 'browser/ui/browser_list_gtk.cc', 2486 'browser/ui/browser_list_gtk.cc',
2485 'browser/ui/browser_list_mac.mm', 2487 'browser/ui/browser_list_mac.mm',
2486 'browser/ui/browser_list_stub.cc', 2488 'browser/ui/browser_list_stub.cc',
2487 'browser/ui/browser_list_win.cc', 2489 'browser/ui/browser_list_win.cc',
2488 'browser/ui/browser_navigator.cc', 2490 'browser/ui/browser_navigator.cc',
2489 'browser/ui/browser_navigator.h', 2491 'browser/ui/browser_navigator.h',
2490 'browser/ui/browser_tab_restore_service_delegate.cc', 2492 'browser/ui/browser_tab_restore_service_delegate.cc',
2491 'browser/ui/browser_tab_restore_service_delegate.h', 2493 'browser/ui/browser_tab_restore_service_delegate.h',
2492 'browser/ui/browser_window.h', 2494 'browser/ui/browser_window.h',
2495 'browser/ui/color_chooser.cc',
2496 'browser/ui/color_chooser.h',
2493 'browser/ui/certificate_dialogs.cc', 2497 'browser/ui/certificate_dialogs.cc',
2494 'browser/ui/certificate_dialogs.h', 2498 'browser/ui/certificate_dialogs.h',
2495 'browser/ui/cocoa/about_ipc_controller.h', 2499 'browser/ui/cocoa/about_ipc_controller.h',
2496 'browser/ui/cocoa/about_ipc_controller.mm', 2500 'browser/ui/cocoa/about_ipc_controller.mm',
2497 'browser/ui/cocoa/about_ipc_dialog.h', 2501 'browser/ui/cocoa/about_ipc_dialog.h',
2498 'browser/ui/cocoa/about_ipc_dialog.mm', 2502 'browser/ui/cocoa/about_ipc_dialog.mm',
2499 'browser/ui/cocoa/about_window_controller.h', 2503 'browser/ui/cocoa/about_window_controller.h',
2500 'browser/ui/cocoa/about_window_controller.mm', 2504 'browser/ui/cocoa/about_window_controller.mm',
2501 'browser/ui/cocoa/accelerators_cocoa.h', 2505 'browser/ui/cocoa/accelerators_cocoa.h',
2502 'browser/ui/cocoa/accelerators_cocoa.mm', 2506 'browser/ui/cocoa/accelerators_cocoa.mm',
(...skipping 2952 matching lines...) Expand 10 before | Expand all | Expand 10 after
5455 'type': 'static_library', 5459 'type': 'static_library',
5456 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5460 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5457 'variables': { 5461 'variables': {
5458 'proto_in_dir': 'browser/history', 5462 'proto_in_dir': 'browser/history',
5459 'proto_out_dir': 'chrome/browser/history', 5463 'proto_out_dir': 'chrome/browser/history',
5460 }, 5464 },
5461 'includes': [ '../build/protoc.gypi' ] 5465 'includes': [ '../build/protoc.gypi' ]
5462 }, 5466 },
5463 ], 5467 ],
5464 } 5468 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | content/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698