| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 bundle_data("resources") { | 5 bundle_data("resources") { |
| 6 sources = [ | 6 sources = [ |
| 7 "resources/bookmarks_bar_bg.png", | 7 "resources/bookmarks_bar_bg.png", |
| 8 "resources/bookmarks_bar_bg@2x.png", | 8 "resources/bookmarks_bar_bg@2x.png", |
| 9 "resources/bookmarks_bar_bg@2x~ipad.png", | 9 "resources/bookmarks_bar_bg@2x~ipad.png", |
| 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", | 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 ] | 103 ] |
| 104 } | 104 } |
| 105 | 105 |
| 106 source_set("ntp") { | 106 source_set("ntp") { |
| 107 sources = [ | 107 sources = [ |
| 108 "new_tab_page_panel_protocol.h", | 108 "new_tab_page_panel_protocol.h", |
| 109 ] | 109 ] |
| 110 } | 110 } |
| 111 | 111 |
| 112 source_set("ntp_header") { | 112 source_set("ntp_header") { |
| 113 configs += [ "//build/config/compiler:enable_arc" ] |
| 113 sources = [ | 114 sources = [ |
| 114 "google_landing_data_source.h", | 115 "google_landing_data_source.h", |
| 115 "new_tab_page_header_constants.h", | 116 "new_tab_page_header_constants.h", |
| 116 "new_tab_page_header_constants.mm", | 117 "new_tab_page_header_constants.mm", |
| 117 "new_tab_page_header_view.h", | 118 "new_tab_page_header_view.h", |
| 118 "new_tab_page_header_view.mm", | 119 "new_tab_page_header_view.mm", |
| 119 "new_tab_page_toolbar_controller.h", | 120 "new_tab_page_toolbar_controller.h", |
| 120 "new_tab_page_toolbar_controller.mm", | 121 "new_tab_page_toolbar_controller.mm", |
| 121 ] | 122 ] |
| 122 deps = [ | 123 deps = [ |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "new_tab_page_perftest.mm", | 305 "new_tab_page_perftest.mm", |
| 305 ] | 306 ] |
| 306 deps = [ | 307 deps = [ |
| 307 "//base/test:test_support", | 308 "//base/test:test_support", |
| 308 "//ios/chrome/browser/sessions", | 309 "//ios/chrome/browser/sessions", |
| 309 "//ios/chrome/browser/tabs", | 310 "//ios/chrome/browser/tabs", |
| 310 "//ios/chrome/browser/test:perf_test_support", | 311 "//ios/chrome/browser/test:perf_test_support", |
| 311 "//ios/chrome/browser/ui:ui_internal", | 312 "//ios/chrome/browser/ui:ui_internal", |
| 312 ] | 313 ] |
| 313 } | 314 } |
| OLD | NEW |