| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "//ui/accessibility", | 66 "//ui/accessibility", |
| 67 "//ui/base", | 67 "//ui/base", |
| 68 "//ui/content_accelerators", | 68 "//ui/content_accelerators", |
| 69 "//ui/events", | 69 "//ui/events", |
| 70 "//ui/events:gesture_detection", | 70 "//ui/events:gesture_detection", |
| 71 "//ui/gfx", | 71 "//ui/gfx", |
| 72 "//ui/gfx/geometry", | 72 "//ui/gfx/geometry", |
| 73 "//ui/message_center", | 73 "//ui/message_center", |
| 74 "//ui/native_theme", | 74 "//ui/native_theme", |
| 75 "//ui/resources", | 75 "//ui/resources", |
| 76 "//ui/secure_display", |
| 76 "//ui/snapshot", | 77 "//ui/snapshot", |
| 77 "//ui/strings", | 78 "//ui/strings", |
| 78 ] | 79 ] |
| 79 | 80 |
| 80 if (!is_ios) { | 81 if (!is_ios) { |
| 81 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, | 82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, |
| 82 ".", | 83 ".", |
| 83 "//chrome") | 84 "//chrome") |
| 84 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, | 85 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, |
| 85 ".", | 86 ".", |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "//chrome/browser", | 527 "//chrome/browser", |
| 527 "//content/public/browser", | 528 "//content/public/browser", |
| 528 "//content/public/common", | 529 "//content/public/common", |
| 529 "//content/test:test_support", | 530 "//content/test:test_support", |
| 530 "//net:test_support", | 531 "//net:test_support", |
| 531 "//skia", | 532 "//skia", |
| 532 "//testing/gtest", | 533 "//testing/gtest", |
| 533 "//ui/base", | 534 "//ui/base", |
| 534 ] | 535 ] |
| 535 } | 536 } |
| OLD | NEW |