| 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/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//rlz/features/features.gni") | 10 import("//rlz/features/features.gni") |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "api/debugger/debugger_api.cc", | 126 "api/debugger/debugger_api.cc", |
| 127 "api/debugger/debugger_api.h", | 127 "api/debugger/debugger_api.h", |
| 128 "api/debugger/debugger_api_constants.cc", | 128 "api/debugger/debugger_api_constants.cc", |
| 129 "api/debugger/debugger_api_constants.h", | 129 "api/debugger/debugger_api_constants.h", |
| 130 "api/declarative_content/chrome_content_rules_registry.cc", | 130 "api/declarative_content/chrome_content_rules_registry.cc", |
| 131 "api/declarative_content/chrome_content_rules_registry.h", | 131 "api/declarative_content/chrome_content_rules_registry.h", |
| 132 "api/declarative_content/content_action.cc", | 132 "api/declarative_content/content_action.cc", |
| 133 "api/declarative_content/content_action.h", | 133 "api/declarative_content/content_action.h", |
| 134 "api/declarative_content/content_condition.cc", | 134 "api/declarative_content/content_condition.cc", |
| 135 "api/declarative_content/content_condition.h", | 135 "api/declarative_content/content_condition.h", |
| 136 "api/declarative_content/content_constants.cc", | |
| 137 "api/declarative_content/content_constants.h", | |
| 138 "api/declarative_content/content_predicate.cc", | 136 "api/declarative_content/content_predicate.cc", |
| 139 "api/declarative_content/content_predicate.h", | 137 "api/declarative_content/content_predicate.h", |
| 140 "api/declarative_content/content_predicate_evaluator.cc", | 138 "api/declarative_content/content_predicate_evaluator.cc", |
| 141 "api/declarative_content/content_predicate_evaluator.h", | 139 "api/declarative_content/content_predicate_evaluator.h", |
| 142 "api/declarative_content/declarative_content_css_condition_tracker.cc", | 140 "api/declarative_content/declarative_content_css_condition_tracker.cc", |
| 143 "api/declarative_content/declarative_content_css_condition_tracker.h", | 141 "api/declarative_content/declarative_content_css_condition_tracker.h", |
| 144 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker
.cc", | 142 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker
.cc", |
| 145 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker
.h", | 143 "api/declarative_content/declarative_content_is_bookmarked_condition_tracker
.h", |
| 146 "api/declarative_content/declarative_content_page_url_condition_tracker.cc", | 144 "api/declarative_content/declarative_content_page_url_condition_tracker.cc", |
| 147 "api/declarative_content/declarative_content_page_url_condition_tracker.h", | 145 "api/declarative_content/declarative_content_page_url_condition_tracker.h", |
| (...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 "api/braille_display_private/brlapi_connection.cc", | 1171 "api/braille_display_private/brlapi_connection.cc", |
| 1174 "api/braille_display_private/brlapi_connection.h", | 1172 "api/braille_display_private/brlapi_connection.h", |
| 1175 "api/braille_display_private/brlapi_keycode_map.cc", | 1173 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1176 "api/braille_display_private/brlapi_keycode_map.h", | 1174 "api/braille_display_private/brlapi_keycode_map.h", |
| 1177 ] | 1175 ] |
| 1178 deps += [ "//build/linux/libbrlapi" ] | 1176 deps += [ "//build/linux/libbrlapi" ] |
| 1179 } else { | 1177 } else { |
| 1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1181 } | 1179 } |
| 1182 } | 1180 } |
| OLD | NEW |