| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/expat", | 109 "//third_party/expat", |
| 110 "//third_party/hunspell", | 110 "//third_party/hunspell", |
| 111 "//third_party/leveldatabase", | 111 "//third_party/leveldatabase", |
| 112 "//third_party/mojo/src/mojo/edk/system", | 112 "//third_party/mojo/src/mojo/edk/system", |
| 113 "//third_party/npapi", | 113 "//third_party/npapi", |
| 114 "//third_party/libjingle", | 114 "//third_party/libjingle", |
| 115 "//third_party/re2", | 115 "//third_party/re2", |
| 116 "//ui/base/ime", | |
| 117 "//ui/compositor", | 116 "//ui/compositor", |
| 118 "//ui/surface", | 117 "//ui/surface", |
| 119 "//ui/web_dialogs", | 118 "//ui/web_dialogs", |
| 120 "//v8", | 119 "//v8", |
| 121 ] | 120 ] |
| 122 | 121 |
| 123 # TODO(GYP) | 122 # TODO(GYP) |
| 124 #'defines': [ | 123 #'defines': [ |
| 125 # '<@(nacl_defines)', | 124 # '<@(nacl_defines)', |
| 126 #], | 125 #], |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "//chrome/browser", | 525 "//chrome/browser", |
| 527 "//content/public/browser", | 526 "//content/public/browser", |
| 528 "//content/public/common", | 527 "//content/public/common", |
| 529 "//content/test:test_support", | 528 "//content/test:test_support", |
| 530 "//net:test_support", | 529 "//net:test_support", |
| 531 "//skia", | 530 "//skia", |
| 532 "//testing/gtest", | 531 "//testing/gtest", |
| 533 "//ui/base", | 532 "//ui/base", |
| 534 ] | 533 ] |
| 535 } | 534 } |
| OLD | NEW |