Chromium Code Reviews| OLD | NEW |
|---|---|
| 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("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 "//content/browser/notifications:notification_proto", | 57 "//content/browser/notifications:notification_proto", |
| 58 "//content/browser/service_worker:service_worker_proto", | 58 "//content/browser/service_worker:service_worker_proto", |
| 59 "//content/browser/speech/proto", | 59 "//content/browser/speech/proto", |
| 60 "//content/common", | 60 "//content/common", |
| 61 "//content/public/common:common_sources", | 61 "//content/public/common:common_sources", |
| 62 "//crypto", | 62 "//crypto", |
| 63 "//device/battery", | 63 "//device/battery", |
| 64 "//device/bluetooth", | 64 "//device/bluetooth", |
| 65 "//device/gamepad", | 65 "//device/gamepad", |
| 66 "//device/geolocation:device_geolocation", | 66 "//device/geolocation:device_geolocation", |
| 67 "//device/geolocation/public/interfaces:geolocation_mojom", | |
|
ortuno
2016/08/02 14:55:45
You can also remove "third_party/WebKit/public/pla
mcasas
2016/08/02 18:17:04
Done.
| |
| 67 "//device/power_save_blocker", | 68 "//device/power_save_blocker", |
| 68 "//device/vibration", | 69 "//device/vibration", |
| 69 "//gin", | 70 "//gin", |
| 70 "//google_apis", | 71 "//google_apis", |
| 71 "//gpu", | 72 "//gpu", |
| 72 "//gpu/command_buffer/client:gles2_implementation", | 73 "//gpu/command_buffer/client:gles2_implementation", |
| 73 "//gpu/command_buffer/client:gles2_interface", | 74 "//gpu/command_buffer/client:gles2_interface", |
| 74 "//media", | 75 "//media", |
| 75 "//media/capture", | 76 "//media/capture", |
| 76 "//media/gpu/ipc/client", | 77 "//media/gpu/ipc/client", |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 513 if (!is_component_build) { | 514 if (!is_component_build) { |
| 514 public_deps = [ | 515 public_deps = [ |
| 515 ":browser", | 516 ":browser", |
| 516 ] | 517 ] |
| 517 } else { | 518 } else { |
| 518 public_deps = [ | 519 public_deps = [ |
| 519 "//third_party/leveldatabase", | 520 "//third_party/leveldatabase", |
| 520 ] | 521 ] |
| 521 } | 522 } |
| 522 } | 523 } |
| OLD | NEW |