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

Side by Side Diff: content/content_browser.gypi

Issue 12319114: Extract debugger target enumeration into a separate class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debugger
Patch Set: Fixed compile Created 7 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
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'public/browser/browser_thread_delegate.h', 53 'public/browser/browser_thread_delegate.h',
54 'public/browser/cert_store.h', 54 'public/browser/cert_store.h',
55 'public/browser/child_process_data.h', 55 'public/browser/child_process_data.h',
56 'public/browser/child_process_security_policy.h', 56 'public/browser/child_process_security_policy.h',
57 'public/browser/color_chooser.h', 57 'public/browser/color_chooser.h',
58 'public/browser/compositor_util.h', 58 'public/browser/compositor_util.h',
59 'public/browser/content_browser_client.cc', 59 'public/browser/content_browser_client.cc',
60 'public/browser/content_browser_client.h', 60 'public/browser/content_browser_client.h',
61 'public/browser/devtools_agent_host.h', 61 'public/browser/devtools_agent_host.h',
62 'public/browser/devtools_client_host.h', 62 'public/browser/devtools_client_host.h',
63 'public/browser/devtools_target_list.cc',
64 'public/browser/devtools_target_list.h',
63 'public/browser/download_danger_type.h', 65 'public/browser/download_danger_type.h',
64 'public/browser/download_id.h', 66 'public/browser/download_id.h',
65 'public/browser/devtools_frontend_host_delegate.h', 67 'public/browser/devtools_frontend_host_delegate.h',
66 'public/browser/devtools_http_handler.h', 68 'public/browser/devtools_http_handler.h',
67 'public/browser/devtools_http_handler_delegate.h', 69 'public/browser/devtools_http_handler_delegate.h',
68 'public/browser/devtools_manager.h', 70 'public/browser/devtools_manager.h',
69 'public/browser/dom_operation_notification_details.h', 71 'public/browser/dom_operation_notification_details.h',
70 'public/browser/dom_storage_context.h', 72 'public/browser/dom_storage_context.h',
71 'public/browser/download_destination_observer.h', 73 'public/browser/download_destination_observer.h',
72 'public/browser/download_interrupt_reason_values.h', 74 'public/browser/download_interrupt_reason_values.h',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 ['exclude', '^browser/speech/'], 1232 ['exclude', '^browser/speech/'],
1231 ], 1233 ],
1232 }], 1234 }],
1233 ['linux_use_libgps==1', { 1235 ['linux_use_libgps==1', {
1234 'dependencies': [ 1236 'dependencies': [
1235 '../build/linux/system.gyp:libgps', 1237 '../build/linux/system.gyp:libgps',
1236 ], 1238 ],
1237 }], 1239 }],
1238 ], 1240 ],
1239 } 1241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698