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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Addressed comments from Patch Set 4 Created 3 years, 7 months 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4099 matching lines...) Expand 10 before | Expand all | Expand 10 after
4110 if (is_win) { 4110 if (is_win) {
4111 sources += 4111 sources +=
4112 [ "../browser/extensions/external_registry_loader_win_unittest.cc" ] 4112 [ "../browser/extensions/external_registry_loader_win_unittest.cc" ]
4113 } 4113 }
4114 if (!is_chromeos) { 4114 if (!is_chromeos) {
4115 sources += [ 4115 sources += [
4116 "../browser/extensions/api/messaging/native_message_process_host_unittes t.cc", 4116 "../browser/extensions/api/messaging/native_message_process_host_unittes t.cc",
4117 "../browser/extensions/api/messaging/native_messaging_host_manifest_unit test.cc", 4117 "../browser/extensions/api/messaging/native_messaging_host_manifest_unit test.cc",
4118 "../browser/extensions/api/messaging/native_messaging_policy_handler_uni ttest.cc", 4118 "../browser/extensions/api/messaging/native_messaging_policy_handler_uni ttest.cc",
4119 ] 4119 ]
4120 } else {
4121 sources += [ "../browser/extensions/api/feedback_private/log_source_access _manager_unittest.cc" ]
4120 } 4122 }
4121 } 4123 }
4122 if (use_ash) { 4124 if (use_ash) {
4123 sources += [ 4125 sources += [
4124 "../browser/media/webrtc/desktop_media_list_ash_unittest.cc", 4126 "../browser/media/webrtc/desktop_media_list_ash_unittest.cc",
4125 "../browser/renderer_context_menu/mock_render_view_context_menu.cc", 4127 "../browser/renderer_context_menu/mock_render_view_context_menu.cc",
4126 "../browser/renderer_context_menu/mock_render_view_context_menu.h", 4128 "../browser/renderer_context_menu/mock_render_view_context_menu.h",
4127 "../browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc", 4129 "../browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc",
4128 "../browser/signin/signin_error_notifier_ash_unittest.cc", 4130 "../browser/signin/signin_error_notifier_ash_unittest.cc",
4129 "../browser/sync/sync_error_notifier_ash_unittest.cc", 4131 "../browser/sync/sync_error_notifier_ash_unittest.cc",
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
5126 } 5128 }
5127 5129
5128 if (is_win) { 5130 if (is_win) {
5129 loadable_module("conflicts_dll") { 5131 loadable_module("conflicts_dll") {
5130 testonly = true 5132 testonly = true
5131 sources = [ 5133 sources = [
5132 "conflicts/conflicts_dll.cc", 5134 "conflicts/conflicts_dll.cc",
5133 ] 5135 ]
5134 } 5136 }
5135 } 5137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698