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

Side by Side Diff: content/browser/BUILD.gn

Issue 2699833003: arc: enable Android tracing from chrome://tracing in dev mode (Closed)
Patch Set: Compiling error workaround Created 3 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 "streams/stream_handle_impl.h", 1365 "streams/stream_handle_impl.h",
1366 "streams/stream_read_observer.h", 1366 "streams/stream_read_observer.h",
1367 "streams/stream_register_observer.h", 1367 "streams/stream_register_observer.h",
1368 "streams/stream_registry.cc", 1368 "streams/stream_registry.cc",
1369 "streams/stream_registry.h", 1369 "streams/stream_registry.h",
1370 "streams/stream_url_request_job.cc", 1370 "streams/stream_url_request_job.cc",
1371 "streams/stream_url_request_job.h", 1371 "streams/stream_url_request_job.h",
1372 "streams/stream_write_observer.h", 1372 "streams/stream_write_observer.h",
1373 "theme_helper_mac.h", 1373 "theme_helper_mac.h",
1374 "theme_helper_mac.mm", 1374 "theme_helper_mac.mm",
1375 "tracing/arc_tracing_agent.cc",
1376 "tracing/arc_tracing_agent.h",
1375 "tracing/background_tracing_config_impl.cc", 1377 "tracing/background_tracing_config_impl.cc",
1376 "tracing/background_tracing_config_impl.h", 1378 "tracing/background_tracing_config_impl.h",
1377 "tracing/background_tracing_manager_impl.cc", 1379 "tracing/background_tracing_manager_impl.cc",
1378 "tracing/background_tracing_manager_impl.h", 1380 "tracing/background_tracing_manager_impl.h",
1379 "tracing/background_tracing_rule.cc", 1381 "tracing/background_tracing_rule.cc",
1380 "tracing/background_tracing_rule.h", 1382 "tracing/background_tracing_rule.h",
1381 "tracing/etw_tracing_agent_win.cc", 1383 "tracing/etw_tracing_agent_win.cc",
1382 "tracing/etw_tracing_agent_win.h", 1384 "tracing/etw_tracing_agent_win.h",
1383 "tracing/file_tracing_provider_impl.cc", 1385 "tracing/file_tracing_provider_impl.cc",
1384 "tracing/file_tracing_provider_impl.h", 1386 "tracing/file_tracing_provider_impl.h",
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 if (!is_component_build) { 2034 if (!is_component_build) {
2033 public_deps = [ 2035 public_deps = [
2034 ":browser", 2036 ":browser",
2035 ] 2037 ]
2036 } else { 2038 } else {
2037 public_deps = [ 2039 public_deps = [
2038 "//third_party/leveldatabase", 2040 "//third_party/leveldatabase",
2039 ] 2041 ]
2040 } 2042 }
2041 } 2043 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698