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

Side by Side Diff: content/content_tests.gypi

Issue 11710002: Move wifi_data_provider_chromeos.* from chrome\browser\geolocation to content\browser\geolocation b… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync after r175087 moved cros_network_functions Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 ], 577 ],
578 }], 578 }],
579 ['OS=="mac"', { 579 ['OS=="mac"', {
580 # These flags are needed to run the test on Mac. 580 # These flags are needed to run the test on Mac.
581 # Search for comments about "xcode_settings" in chrome_tests.gypi. 581 # Search for comments about "xcode_settings" in chrome_tests.gypi.
582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 582 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
583 }], 583 }],
584 ['chromeos==1', { 584 ['chromeos==1', {
585 'sources/': [ 585 'sources/': [
586 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 586 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
587 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
587 ], 588 ],
588 }], 589 }],
589 ['use_aura==1', { 590 ['use_aura==1', {
590 'dependencies': [ 591 'dependencies': [
591 '../ui/aura/aura.gyp:aura', 592 '../ui/aura/aura.gyp:aura',
592 ], 593 ],
593 'sources!': [ 594 'sources!': [
594 'browser/accessibility/browser_accessibility_win_unittest.cc', 595 'browser/accessibility/browser_accessibility_win_unittest.cc',
595 ], 596 ],
596 }], 597 }],
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'resource_dir': '../res', 953 'resource_dir': '../res',
953 'additional_src_dirs': ['../content/public/android/javatests/'], 954 'additional_src_dirs': ['../content/public/android/javatests/'],
954 'is_test_apk': 1, 955 'is_test_apk': 1,
955 }, 956 },
956 'includes': [ '../build/java_apk.gypi' ], 957 'includes': [ '../build/java_apk.gypi' ],
957 }, 958 },
958 ], 959 ],
959 }], 960 }],
960 ], 961 ],
961 } 962 }
OLDNEW
« content/browser/geolocation/wifi_data_provider_chromeos.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698