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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform_tests.gyp

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 { 106 {
107 'target_name': 'blink_platform_test_support', 107 'target_name': 'blink_platform_test_support',
108 'type': 'static_library', 108 'type': 'static_library',
109 'dependencies': [ 109 'dependencies': [
110 '../config.gyp:config', 110 '../config.gyp:config',
111 '../wtf/wtf.gyp:wtf', 111 '../wtf/wtf.gyp:wtf',
112 'blink_platform.gyp:blink_common', 112 'blink_platform.gyp:blink_common',
113 'blink_platform.gyp:blink_platform', 113 'blink_platform.gyp:blink_platform',
114 '<(DEPTH)/cc/cc.gyp:cc', 114 '<(DEPTH)/cc/cc.gyp:cc',
115 '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings', 115 '<(DEPTH)/device/battery/battery.gyp:device_battery_mojo_bindings',
116 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
117 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 116 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
117 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
118 '<(DEPTH)/testing/gmock.gyp:gmock', 118 '<(DEPTH)/testing/gmock.gyp:gmock',
119 ], 119 ],
120 'defines': [ 120 'defines': [
121 'INSIDE_BLINK', 121 'INSIDE_BLINK',
122 ], 122 ],
123 'include_dirs': [ 123 'include_dirs': [
124 '<(SHARED_INTERMEDIATE_DIR)/blink', 124 '<(SHARED_INTERMEDIATE_DIR)/blink',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 '<@(platform_test_support_files)', 127 '<@(platform_test_support_files)',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../../../../build/isolate.gypi', 227 '../../../../build/isolate.gypi',
228 ], 228 ],
229 'sources': [ 229 'sources': [
230 'blink_platform_unittests.isolate', 230 'blink_platform_unittests.isolate',
231 ], 231 ],
232 } 232 }
233 ], 233 ],
234 }], 234 }],
235 ], 235 ],
236 } 236 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | tools/battor_agent/battor_agent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698