Chromium Code Reviews| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/locales.gni") | 6 import("//build/config/locales.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//chrome/chrome_repack_locales.gni") | 8 import("//chrome/chrome_repack_locales.gni") |
| 9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
| 10 | 10 |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 560 ] | 560 ] |
| 561 | 561 |
| 562 deps = [ | 562 deps = [ |
| 563 "//chrome/browser", | 563 "//chrome/browser", |
| 564 "//chrome/browser/ui", | 564 "//chrome/browser/ui", |
| 565 "//chrome/plugin", | 565 "//chrome/plugin", |
| 566 "//chrome/renderer", | 566 "//chrome/renderer", |
| 567 "//chrome/utility", | 567 "//chrome/utility", |
| 568 "//components/enhanced_bookmarks", | 568 "//components/enhanced_bookmarks", |
| 569 "//content/public/app:browser", | 569 "//content/public/app:browser", |
| 570 "//content" | |
|
jamesr
2014/10/20 23:11:24
could you explain this? things in //chrome/ should
cjhopman
2014/10/21 00:19:06
This matches the gyp build: chrome/chrome_android.
| |
| 570 ] | 571 ] |
| 571 } | 572 } |
| 572 | 573 |
| 573 } | 574 } |
| OLD | NEW |