| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//components/suggestions/proto", | 100 "//components/suggestions/proto", |
| 101 "//components/url_formatter", | 101 "//components/url_formatter", |
| 102 "//device/nfc", | 102 "//device/nfc", |
| 103 "//media", | 103 "//media", |
| 104 "//net:net_with_v8", | 104 "//net:net_with_v8", |
| 105 "//storage/browser", | 105 "//storage/browser", |
| 106 "//storage/common", | 106 "//storage/common", |
| 107 "//third_party/WebKit/public:resources", | 107 "//third_party/WebKit/public:resources", |
| 108 "//third_party/adobe/flash:flapper_version_h", | 108 "//third_party/adobe/flash:flapper_version_h", |
| 109 "//third_party/leveldatabase", | 109 "//third_party/leveldatabase", |
| 110 "//third_party/libjingle", |
| 110 "//third_party/mojo/src/mojo/edk/system", | 111 "//third_party/mojo/src/mojo/edk/system", |
| 111 "//third_party/libjingle", | |
| 112 "//third_party/re2", | 112 "//third_party/re2", |
| 113 "//ui/base/ime", | 113 "//ui/base/ime", |
| 114 "//ui/compositor", | 114 "//ui/compositor", |
| 115 "//ui/surface", | 115 "//ui/surface", |
| 116 "//ui/web_dialogs", | 116 "//ui/web_dialogs", |
| 117 "//v8", | 117 "//v8", |
| 118 ] | 118 ] |
| 119 } else { | 119 } else { |
| 120 # iOS. | 120 # iOS. |
| 121 sources += | 121 sources += |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 "//chrome/browser", | 541 "//chrome/browser", |
| 542 "//content/public/browser", | 542 "//content/public/browser", |
| 543 "//content/public/common", | 543 "//content/public/common", |
| 544 "//content/test:test_support", | 544 "//content/test:test_support", |
| 545 "//net:test_support", | 545 "//net:test_support", |
| 546 "//skia", | 546 "//skia", |
| 547 "//testing/gtest", | 547 "//testing/gtest", |
| 548 "//ui/base", | 548 "//ui/base", |
| 549 ] | 549 ] |
| 550 } | 550 } |
| OLD | NEW |