Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: content/browser/BUILD.gn

Issue 2544683002: [MD settings] i18n source stream filtering (Closed)
Patch Set: review changes; merge with master Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 "websockets/websocket_handshake_request_info_impl.cc", 1379 "websockets/websocket_handshake_request_info_impl.cc",
1380 "websockets/websocket_handshake_request_info_impl.h", 1380 "websockets/websocket_handshake_request_info_impl.h",
1381 "websockets/websocket_impl.cc", 1381 "websockets/websocket_impl.cc",
1382 "websockets/websocket_impl.h", 1382 "websockets/websocket_impl.h",
1383 "websockets/websocket_manager.cc", 1383 "websockets/websocket_manager.cc",
1384 "websockets/websocket_manager.h", 1384 "websockets/websocket_manager.h",
1385 "webui/content_web_ui_controller_factory.cc", 1385 "webui/content_web_ui_controller_factory.cc",
1386 "webui/content_web_ui_controller_factory.h", 1386 "webui/content_web_ui_controller_factory.h",
1387 "webui/generic_handler.cc", 1387 "webui/generic_handler.cc",
1388 "webui/generic_handler.h", 1388 "webui/generic_handler.h",
1389 "webui/i18n_source_stream.cc",
1390 "webui/i18n_source_stream.h",
1389 "webui/shared_resources_data_source.cc", 1391 "webui/shared_resources_data_source.cc",
1390 "webui/shared_resources_data_source.h", 1392 "webui/shared_resources_data_source.h",
1391 "webui/url_data_manager.cc", 1393 "webui/url_data_manager.cc",
1392 "webui/url_data_manager.h", 1394 "webui/url_data_manager.h",
1393 "webui/url_data_manager_backend.cc", 1395 "webui/url_data_manager_backend.cc",
1394 "webui/url_data_manager_backend.h", 1396 "webui/url_data_manager_backend.h",
1395 "webui/url_data_source_impl.cc", 1397 "webui/url_data_source_impl.cc",
1396 "webui/url_data_source_impl.h", 1398 "webui/url_data_source_impl.h",
1397 "webui/web_ui_controller_factory_registry.cc", 1399 "webui/web_ui_controller_factory_registry.cc",
1398 "webui/web_ui_controller_factory_registry.h", 1400 "webui/web_ui_controller_factory_registry.h",
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1967 if (!is_component_build) {
1966 public_deps = [ 1968 public_deps = [
1967 ":browser", 1969 ":browser",
1968 ] 1970 ]
1969 } else { 1971 } else {
1970 public_deps = [ 1972 public_deps = [
1971 "//third_party/leveldatabase", 1973 "//third_party/leveldatabase",
1972 ] 1974 ]
1973 } 1975 }
1974 } 1976 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/webui/i18n_source_stream.h » ('j') | content/browser/webui/i18n_source_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698