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

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: rebased Created 8 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.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) 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 28 matching lines...) Expand all
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_url_handler.h', 43 'public/browser/browser_url_handler.h',
44 'public/browser/browser_thread.h', 44 'public/browser/browser_thread.h',
45 'public/browser/browser_thread_delegate.h', 45 'public/browser/browser_thread_delegate.h',
46 'public/browser/cert_store.h', 46 'public/browser/cert_store.h',
47 'public/browser/child_process_data.h', 47 'public/browser/child_process_data.h',
48 'public/browser/child_process_security_policy.h', 48 'public/browser/child_process_security_policy.h',
49 'public/browser/color_chooser.h',
49 'public/browser/content_browser_client.h', 50 'public/browser/content_browser_client.h',
50 'public/browser/content_ipc_logging.h', 51 'public/browser/content_ipc_logging.h',
51 'public/browser/devtools_agent_host_registry.h', 52 'public/browser/devtools_agent_host_registry.h',
52 'public/browser/devtools_client_host.h', 53 'public/browser/devtools_client_host.h',
53 'public/browser/download_danger_type.h', 54 'public/browser/download_danger_type.h',
54 'public/browser/download_id.h', 55 'public/browser/download_id.h',
55 'public/browser/devtools_frontend_host_delegate.h', 56 'public/browser/devtools_frontend_host_delegate.h',
56 'public/browser/devtools_http_handler.h', 57 'public/browser/devtools_http_handler.h',
57 'public/browser/devtools_http_handler_delegate.h', 58 'public/browser/devtools_http_handler_delegate.h',
58 'public/browser/devtools_manager.h', 59 'public/browser/devtools_manager.h',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 ], 892 ],
892 }], 893 }],
893 ['input_speech==0', { 894 ['input_speech==0', {
894 'sources/': [ 895 'sources/': [
895 ['exclude', '^browser/speech/'], 896 ['exclude', '^browser/speech/'],
896 ], 897 ],
897 }], 898 }],
898 ], 899 ],
899 } 900 }
900 901
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698