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

Side by Side Diff: content/content_browser.gypi

Issue 9203001: Implement input type=color UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added content::ColorChooser Created 8 years, 10 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 26 matching lines...) Expand all
37 'public/browser/browser_context.h', 37 'public/browser/browser_context.h',
38 'public/browser/browser_main_parts.h', 38 'public/browser/browser_main_parts.h',
39 'public/browser/browser_main_runner.h', 39 'public/browser/browser_main_runner.h',
40 'public/browser/browser_message_filter.cc', 40 'public/browser/browser_message_filter.cc',
41 'public/browser/browser_message_filter.h', 41 'public/browser/browser_message_filter.h',
42 'public/browser/browser_shutdown.h', 42 'public/browser/browser_shutdown.h',
43 'public/browser/browser_thread.h', 43 'public/browser/browser_thread.h',
44 'public/browser/browser_thread_delegate.h', 44 'public/browser/browser_thread_delegate.h',
45 'public/browser/child_process_data.h', 45 'public/browser/child_process_data.h',
46 'public/browser/child_process_security_policy.h', 46 'public/browser/child_process_security_policy.h',
47 'public/browser/color_chooser.h',
47 'public/browser/content_browser_client.h', 48 'public/browser/content_browser_client.h',
48 'public/browser/content_ipc_logging.h', 49 'public/browser/content_ipc_logging.h',
49 'public/browser/devtools_agent_host_registry.h', 50 'public/browser/devtools_agent_host_registry.h',
50 'public/browser/devtools_client_host.h', 51 'public/browser/devtools_client_host.h',
51 'public/browser/download_danger_type.h', 52 'public/browser/download_danger_type.h',
52 'public/browser/download_id.h', 53 'public/browser/download_id.h',
53 'public/browser/devtools_frontend_host_delegate.h', 54 'public/browser/devtools_frontend_host_delegate.h',
54 'public/browser/devtools_http_handler.h', 55 'public/browser/devtools_http_handler.h',
55 'public/browser/devtools_http_handler_delegate.h', 56 'public/browser/devtools_http_handler_delegate.h',
56 'public/browser/devtools_manager.h', 57 'public/browser/devtools_manager.h',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 ], 869 ],
869 }], 870 }],
870 ['input_speech==0', { 871 ['input_speech==0', {
871 'sources/': [ 872 'sources/': [
872 ['exclude', '^browser/speech/'], 873 ['exclude', '^browser/speech/'],
873 ], 874 ],
874 }], 875 }],
875 ], 876 ],
876 } 877 }
877 878
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698