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

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

Issue 2646623004: Query NaCl processes' GDB debug port on the correct thread. (Closed)
Patch Set: Address review comments Created 3 years, 10 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
« no previous file with comments | « chrome/browser/ui/task_manager/task_manager_table_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
3640 "../browser/search/search_unittest.cc", 3640 "../browser/search/search_unittest.cc",
3641 "../browser/sessions/persistent_tab_restore_service_unittest.cc", 3641 "../browser/sessions/persistent_tab_restore_service_unittest.cc",
3642 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest. cc", 3642 "../browser/signin/mutable_profile_oauth2_token_service_delegate_unittest. cc",
3643 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc", 3643 "../browser/speech/extension_api/extension_manifests_tts_unittest.cc",
3644 "../browser/speech/tts_controller_unittest.cc", 3644 "../browser/speech/tts_controller_unittest.cc",
3645 "../browser/sync/sessions/sessions_sync_manager_unittest.cc", 3645 "../browser/sync/sessions/sessions_sync_manager_unittest.cc",
3646 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui. 3646 "../browser/sync/sync_ui_util_unittest.cc", # Sync setup uses native ui.
3647 "../browser/task_manager/providers/browser_process_task_unittest.cc", 3647 "../browser/task_manager/providers/browser_process_task_unittest.cc",
3648 "../browser/task_manager/providers/child_process_task_unittest.cc", 3648 "../browser/task_manager/providers/child_process_task_unittest.cc",
3649 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc", 3649 "../browser/task_manager/sampling/shared_sampler_win_unittest.cc",
3650 "../browser/task_manager/sampling/task_group_unittest.cc",
3650 "../browser/task_manager/sampling/task_manager_impl_unittest.cc", 3651 "../browser/task_manager/sampling/task_manager_impl_unittest.cc",
3651 "../browser/task_manager/task_manager_observer_unittest.cc", 3652 "../browser/task_manager/task_manager_observer_unittest.cc",
3652 "../browser/task_manager/test_task_manager.cc", 3653 "../browser/task_manager/test_task_manager.cc",
3653 "../browser/task_manager/test_task_manager.h", 3654 "../browser/task_manager/test_task_manager.h",
3654 "../browser/themes/browser_theme_pack_unittest.cc", 3655 "../browser/themes/browser_theme_pack_unittest.cc",
3655 "../browser/themes/theme_properties_unittest.cc", 3656 "../browser/themes/theme_properties_unittest.cc",
3656 "../browser/themes/theme_service_unittest.cc", 3657 "../browser/themes/theme_service_unittest.cc",
3657 "../browser/themes/theme_syncable_service_unittest.cc", 3658 "../browser/themes/theme_syncable_service_unittest.cc",
3658 "../browser/translate/translate_manager_render_view_host_unittest.cc", 3659 "../browser/translate/translate_manager_render_view_host_unittest.cc",
3659 "../browser/ui/webui/theme_source_unittest.cc", 3660 "../browser/ui/webui/theme_source_unittest.cc",
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
5173 } 5174 }
5174 5175
5175 if (is_win) { 5176 if (is_win) {
5176 loadable_module("conflicts_dll") { 5177 loadable_module("conflicts_dll") {
5177 testonly = true 5178 testonly = true
5178 sources = [ 5179 sources = [
5179 "conflicts/conflicts_dll.cc", 5180 "conflicts/conflicts_dll.cc",
5180 ] 5181 ]
5181 } 5182 }
5182 } 5183 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/task_manager/task_manager_table_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698