| 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( | 9 gypi_values = exec_script( |
| 10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "//crypto", | 60 "//crypto", |
| 61 "//skia", | 61 "//skia", |
| 62 "//third_party/cacheinvalidation", | 62 "//third_party/cacheinvalidation", |
| 63 "//third_party/icu", | 63 "//third_party/icu", |
| 64 "//third_party/libusb", | 64 "//third_party/libusb", |
| 65 "//third_party/libxml", | 65 "//third_party/libxml", |
| 66 "//third_party/zlib", | 66 "//third_party/zlib", |
| 67 "//ui/accessibility", | 67 "//ui/accessibility", |
| 68 "//ui/base", | 68 "//ui/base", |
| 69 "//ui/events", | 69 "//ui/events", |
| 70 "//ui/events:gesture_detection", |
| 70 "//ui/gfx", | 71 "//ui/gfx", |
| 71 "//ui/gfx/geometry", | 72 "//ui/gfx/geometry", |
| 72 "//ui/message_center", | 73 "//ui/message_center", |
| 73 "//ui/native_theme", | 74 "//ui/native_theme", |
| 74 "//ui/resources", | 75 "//ui/resources", |
| 75 "//ui/snapshot", | 76 "//ui/snapshot", |
| 76 "//ui/strings", | 77 "//ui/strings", |
| 77 ] | 78 ] |
| 78 | 79 |
| 79 if (!is_ios) { | 80 if (!is_ios) { |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "//chrome/browser", | 474 "//chrome/browser", |
| 474 "//content/public/browser", | 475 "//content/public/browser", |
| 475 "//content/public/common", | 476 "//content/public/common", |
| 476 "//content/test:test_support", | 477 "//content/test:test_support", |
| 477 "//net:test_support", | 478 "//net:test_support", |
| 478 "//skia", | 479 "//skia", |
| 479 "//testing/gtest", | 480 "//testing/gtest", |
| 480 "//ui/base", | 481 "//ui/base", |
| 481 ] | 482 ] |
| 482 } | 483 } |
| OLD | NEW |