| 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 | 8 |
| 9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 10 [ rebase_path("../../chrome_browser_ui.gypi") ], | 10 [ rebase_path("../../chrome_browser_ui.gypi") ], |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "//chrome") | 93 "//chrome") |
| 94 deps += [ | 94 deps += [ |
| 95 "//chrome/browser/devtools", | 95 "//chrome/browser/devtools", |
| 96 "//chrome/browser/ui/views", | 96 "//chrome/browser/ui/views", |
| 97 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 97 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
| 98 "//chrome/installer/util", | 98 "//chrome/installer/util", |
| 99 "//components/autofill/content/browser:risk_proto", | 99 "//components/autofill/content/browser:risk_proto", |
| 100 "//components/power", | 100 "//components/power", |
| 101 "//device/nfc", | 101 "//device/nfc", |
| 102 "//media", | 102 "//media", |
| 103 "//mojo/edk/system", | |
| 104 "//net:net_with_v8", | 103 "//net:net_with_v8", |
| 105 "//storage/browser", | 104 "//storage/browser", |
| 106 "//storage/common", | 105 "//storage/common", |
| 107 "//third_party/WebKit/public:resources", | 106 "//third_party/WebKit/public:resources", |
| 108 "//third_party/adobe/flash:flapper_version_h", | 107 "//third_party/adobe/flash:flapper_version_h", |
| 109 "//third_party/expat", | 108 "//third_party/expat", |
| 110 "//third_party/hunspell", | 109 "//third_party/hunspell", |
| 111 "//third_party/leveldatabase", | 110 "//third_party/leveldatabase", |
| 111 "//third_party/mojo/src/mojo/edk/system", |
| 112 "//third_party/npapi", | 112 "//third_party/npapi", |
| 113 "//third_party/libjingle", | 113 "//third_party/libjingle", |
| 114 "//third_party/re2", | 114 "//third_party/re2", |
| 115 "//ui/compositor", | 115 "//ui/compositor", |
| 116 "//ui/surface", | 116 "//ui/surface", |
| 117 "//ui/web_dialogs", | 117 "//ui/web_dialogs", |
| 118 "//v8", | 118 "//v8", |
| 119 ] | 119 ] |
| 120 | 120 |
| 121 # TODO(GYP) | 121 # TODO(GYP) |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 "//chrome/browser", | 542 "//chrome/browser", |
| 543 "//content/public/browser", | 543 "//content/public/browser", |
| 544 "//content/public/common", | 544 "//content/public/common", |
| 545 "//content/test:test_support", | 545 "//content/test:test_support", |
| 546 "//net:test_support", | 546 "//net:test_support", |
| 547 "//skia", | 547 "//skia", |
| 548 "//testing/gtest", | 548 "//testing/gtest", |
| 549 "//ui/base", | 549 "//ui/base", |
| 550 ] | 550 ] |
| 551 } | 551 } |
| OLD | NEW |