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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7685006: Implement input type=color UI (common part) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: forgot to turn off flag Created 9 years, 1 month 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'browser/chromeos/web_socket_proxy.cc', 827 'browser/chromeos/web_socket_proxy.cc',
828 'browser/chromeos/web_socket_proxy.h', 828 'browser/chromeos/web_socket_proxy.h',
829 'browser/chromeos/web_socket_proxy_controller.cc', 829 'browser/chromeos/web_socket_proxy_controller.cc',
830 'browser/chromeos/web_socket_proxy_controller.h', 830 'browser/chromeos/web_socket_proxy_controller.h',
831 'browser/chromeos/wm_ipc.cc', 831 'browser/chromeos/wm_ipc.cc',
832 'browser/chromeos/wm_ipc.h', 832 'browser/chromeos/wm_ipc.h',
833 'browser/chromeos/wm_message_listener.cc', 833 'browser/chromeos/wm_message_listener.cc',
834 'browser/chromeos/wm_message_listener.h', 834 'browser/chromeos/wm_message_listener.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/color_select_helper.cc',
838 'browser/color_select_helper.h',
837 'browser/command_updater.cc', 839 'browser/command_updater.cc',
838 'browser/command_updater.h', 840 'browser/command_updater.h',
839 'browser/component_updater/component_updater_configurator.cc', 841 'browser/component_updater/component_updater_configurator.cc',
840 'browser/component_updater/component_updater_configurator.h', 842 'browser/component_updater/component_updater_configurator.h',
841 'browser/component_updater/component_unpacker.cc', 843 'browser/component_updater/component_unpacker.cc',
842 'browser/component_updater/component_unpacker.h', 844 'browser/component_updater/component_unpacker.h',
843 'browser/component_updater/component_updater_service.cc', 845 'browser/component_updater/component_updater_service.cc',
844 'browser/component_updater/component_updater_service.h', 846 'browser/component_updater/component_updater_service.h',
845 'browser/component_updater/flash_component_installer.h', 847 'browser/component_updater/flash_component_installer.h',
846 'browser/component_updater/npapi_flash_component_installer.cc', 848 'browser/component_updater/npapi_flash_component_installer.cc',
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2433 'browser/ui/browser_list_mac.mm', 2435 'browser/ui/browser_list_mac.mm',
2434 'browser/ui/browser_list_stub.cc', 2436 'browser/ui/browser_list_stub.cc',
2435 'browser/ui/browser_list_win.cc', 2437 'browser/ui/browser_list_win.cc',
2436 'browser/ui/browser_navigator.cc', 2438 'browser/ui/browser_navigator.cc',
2437 'browser/ui/browser_navigator.h', 2439 'browser/ui/browser_navigator.h',
2438 'browser/ui/browser_synced_window_delegate.h', 2440 'browser/ui/browser_synced_window_delegate.h',
2439 'browser/ui/browser_synced_window_delegate.cc', 2441 'browser/ui/browser_synced_window_delegate.cc',
2440 'browser/ui/browser_tab_restore_service_delegate.cc', 2442 'browser/ui/browser_tab_restore_service_delegate.cc',
2441 'browser/ui/browser_tab_restore_service_delegate.h', 2443 'browser/ui/browser_tab_restore_service_delegate.h',
2442 'browser/ui/browser_window.h', 2444 'browser/ui/browser_window.h',
2445 'browser/ui/color_chooser.cc',
2446 'browser/ui/color_chooser.h',
2443 'browser/ui/cocoa/about_ipc_controller.h', 2447 'browser/ui/cocoa/about_ipc_controller.h',
2444 'browser/ui/cocoa/about_ipc_controller.mm', 2448 'browser/ui/cocoa/about_ipc_controller.mm',
2445 'browser/ui/cocoa/about_ipc_dialog.h', 2449 'browser/ui/cocoa/about_ipc_dialog.h',
2446 'browser/ui/cocoa/about_ipc_dialog.mm', 2450 'browser/ui/cocoa/about_ipc_dialog.mm',
2447 'browser/ui/cocoa/about_window_controller.h', 2451 'browser/ui/cocoa/about_window_controller.h',
2448 'browser/ui/cocoa/about_window_controller.mm', 2452 'browser/ui/cocoa/about_window_controller.mm',
2449 'browser/ui/cocoa/accelerators_cocoa.h', 2453 'browser/ui/cocoa/accelerators_cocoa.h',
2450 'browser/ui/cocoa/accelerators_cocoa.mm', 2454 'browser/ui/cocoa/accelerators_cocoa.mm',
2451 'browser/ui/cocoa/animatable_image.h', 2455 'browser/ui/cocoa/animatable_image.h',
2452 'browser/ui/cocoa/animatable_image.mm', 2456 'browser/ui/cocoa/animatable_image.mm',
(...skipping 2800 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 'type': 'static_library', 5257 'type': 'static_library',
5254 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5258 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5255 'variables': { 5259 'variables': {
5256 'proto_in_dir': 'browser/history', 5260 'proto_in_dir': 'browser/history',
5257 'proto_out_dir': 'chrome/browser/history', 5261 'proto_out_dir': 'chrome/browser/history',
5258 }, 5262 },
5259 'includes': [ '../build/protoc.gypi' ] 5263 'includes': [ '../build/protoc.gypi' ]
5260 }, 5264 },
5261 ], 5265 ],
5262 } 5266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698