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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 | 10 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 173 "//third_party/libaddressinput", | 173 "//third_party/libaddressinput", |
| 174 "//third_party/libyuv", | 174 "//third_party/libyuv", |
| 175 "//third_party/npapi", | 175 "//third_party/npapi", |
| 176 "//third_party/re2", | 176 "//third_party/re2", |
| 177 "//third_party/smhasher:cityhash", | 177 "//third_party/smhasher:cityhash", |
| 178 "//third_party/webrtc/modules/desktop_capture", | 178 "//third_party/webrtc/modules/desktop_capture", |
| 179 "//ui/gl", | 179 "//ui/gl", |
| 180 "//ui/surface", | 180 "//ui/surface", |
| 181 "//ui/web_dialogs", | 181 "//ui/web_dialogs", |
| 182 "//v8", | 182 "//v8", |
| 183 "//webkit/browser:storage", | 183 "//storage/browser", |
|
jamesr
2014/09/05 01:02:30
sort
| |
| 184 ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 184 ## TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 185 #"../testing/perf/perf_test.gyp:*", TODO(GYP) | 185 #"../testing/perf/perf_test.gyp:*", TODO(GYP) |
| 186 ] | 186 ] |
| 187 } else { # iOS | 187 } else { # iOS |
| 188 sources += rebase_path(gypi_values.chrome_browser_ios_sources, | 188 sources += rebase_path(gypi_values.chrome_browser_ios_sources, |
| 189 ".", "//chrome") | 189 ".", "//chrome") |
| 190 deps += [ | 190 deps += [ |
| 191 "//net", | 191 "//net", |
| 192 ] | 192 ] |
| 193 libs += [ | 193 libs += [ |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 661 # TODO(GYP) write internal action | 661 # TODO(GYP) write internal action |
| 662 if (false) { #if (is_chrome_branded) { | 662 if (false) { #if (is_chrome_branded) { |
| 663 action("chrome_internal_resources_gen") { | 663 action("chrome_internal_resources_gen") { |
| 664 # TODO(GYP) | 664 # TODO(GYP) |
| 665 } | 665 } |
| 666 } else { | 666 } else { |
| 667 group("chrome_internal_resources_gen") { | 667 group("chrome_internal_resources_gen") { |
| 668 # Empty placeholder. | 668 # Empty placeholder. |
| 669 } | 669 } |
| 670 } | 670 } |
| OLD | NEW |