| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "//components/bubble:bubble", | 102 "//components/bubble:bubble", |
| 103 "//components/crash/core/browser", | 103 "//components/crash/core/browser", |
| 104 "//components/net_log", | 104 "//components/net_log", |
| 105 "//components/page_load_metrics/browser", | 105 "//components/page_load_metrics/browser", |
| 106 "//components/power", | 106 "//components/power", |
| 107 "//components/suggestions/proto", | 107 "//components/suggestions/proto", |
| 108 "//components/url_formatter", | 108 "//components/url_formatter", |
| 109 "//device/nfc", | 109 "//device/nfc", |
| 110 "//media", | 110 "//media", |
| 111 "//net:net_with_v8", | 111 "//net:net_with_v8", |
| 112 "//net:stale_while_revalidate_experiment_domains", |
| 112 "//storage/browser", | 113 "//storage/browser", |
| 113 "//storage/common", | 114 "//storage/common", |
| 114 "//third_party/WebKit/public:resources", | 115 "//third_party/WebKit/public:resources", |
| 115 "//third_party/adobe/flash:flapper_version_h", | 116 "//third_party/adobe/flash:flapper_version_h", |
| 116 "//third_party/leveldatabase", | 117 "//third_party/leveldatabase", |
| 117 "//third_party/mojo/src/mojo/edk/system", | 118 "//third_party/mojo/src/mojo/edk/system", |
| 118 "//third_party/libjingle", | 119 "//third_party/libjingle", |
| 119 "//third_party/re2", | 120 "//third_party/re2", |
| 120 "//ui/base/ime", | 121 "//ui/base/ime", |
| 121 "//ui/compositor", | 122 "//ui/compositor", |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 "//chrome/browser", | 586 "//chrome/browser", |
| 586 "//content/public/browser", | 587 "//content/public/browser", |
| 587 "//content/public/common", | 588 "//content/public/common", |
| 588 "//content/test:test_support", | 589 "//content/test:test_support", |
| 589 "//net:test_support", | 590 "//net:test_support", |
| 590 "//skia", | 591 "//skia", |
| 591 "//testing/gtest", | 592 "//testing/gtest", |
| 592 "//ui/base", | 593 "//ui/base", |
| 593 ] | 594 ] |
| 594 } | 595 } |
| OLD | NEW |