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

Side by Side Diff: base/BUILD.gn

Issue 1320673016: Get GenericScopedHandle::Set to preserve LastError code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove namespaces Created 5 years, 3 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 | « no previous file | base/base.gyp » ('j') | base/win/scoped_handle_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 "win/event_trace_controller_unittest.cc", 1432 "win/event_trace_controller_unittest.cc",
1433 "win/event_trace_provider_unittest.cc", 1433 "win/event_trace_provider_unittest.cc",
1434 "win/i18n_unittest.cc", 1434 "win/i18n_unittest.cc",
1435 "win/iunknown_impl_unittest.cc", 1435 "win/iunknown_impl_unittest.cc",
1436 "win/message_window_unittest.cc", 1436 "win/message_window_unittest.cc",
1437 "win/object_watcher_unittest.cc", 1437 "win/object_watcher_unittest.cc",
1438 "win/pe_image_unittest.cc", 1438 "win/pe_image_unittest.cc",
1439 "win/registry_unittest.cc", 1439 "win/registry_unittest.cc",
1440 "win/scoped_bstr_unittest.cc", 1440 "win/scoped_bstr_unittest.cc",
1441 "win/scoped_comptr_unittest.cc", 1441 "win/scoped_comptr_unittest.cc",
1442 "win/scoped_handle_unittest.cc",
1442 "win/scoped_process_information_unittest.cc", 1443 "win/scoped_process_information_unittest.cc",
1443 "win/scoped_variant_unittest.cc", 1444 "win/scoped_variant_unittest.cc",
1444 "win/shortcut_unittest.cc", 1445 "win/shortcut_unittest.cc",
1445 "win/startup_information_unittest.cc", 1446 "win/startup_information_unittest.cc",
1446 "win/win_util_unittest.cc", 1447 "win/win_util_unittest.cc",
1447 "win/wrapped_window_proc_unittest.cc", 1448 "win/wrapped_window_proc_unittest.cc",
1448 ] 1449 ]
1449 1450
1450 deps = [ 1451 deps = [
1451 ":base", 1452 ":base",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 1694
1694 # GYP: //base.gyp:base_java_unittest_support 1695 # GYP: //base.gyp:base_java_unittest_support
1695 android_library("base_java_unittest_support") { 1696 android_library("base_java_unittest_support") {
1696 deps = [ 1697 deps = [
1697 ":base_java", 1698 ":base_java",
1698 ] 1699 ]
1699 java_files = 1700 java_files =
1700 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1701 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1701 } 1702 }
1702 } 1703 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/win/scoped_handle_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698