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: extensions/extensions.gyp

Issue 423403002: Implement more of chrome.serial on the Mojo SerialConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js-serial
Patch Set: add missed GN change Created 6 years, 4 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 | « extensions/BUILD.gn ('k') | extensions/renderer/api/serial/serial_api_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.). 808 # refactoring (ExtensionsBrowserClient, TestingProfile, etc.).
809 # http://crbug.com/348066 809 # http://crbug.com/348066
810 'target_name': 'extensions_unittests', 810 'target_name': 'extensions_unittests',
811 'type': 'executable', 811 'type': 'executable',
812 'dependencies': [ 812 'dependencies': [
813 '../base/base.gyp:base', 813 '../base/base.gyp:base',
814 '../base/base.gyp:test_support_base', 814 '../base/base.gyp:test_support_base',
815 '../components/components.gyp:keyed_service_content', 815 '../components/components.gyp:keyed_service_content',
816 '../content/content_shell_and_tests.gyp:test_support_content', 816 '../content/content_shell_and_tests.gyp:test_support_content',
817 '../device/serial/serial.gyp:device_serial', 817 '../device/serial/serial.gyp:device_serial',
818 '../device/serial/serial.gyp:device_serial_test_util',
818 '../mojo/mojo_base.gyp:mojo_environment_chromium', 819 '../mojo/mojo_base.gyp:mojo_environment_chromium',
819 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 820 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
820 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', 821 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
821 '../mojo/mojo_base.gyp:mojo_system_impl', 822 '../mojo/mojo_base.gyp:mojo_system_impl',
822 '../testing/gmock.gyp:gmock', 823 '../testing/gmock.gyp:gmock',
823 '../testing/gtest.gyp:gtest', 824 '../testing/gtest.gyp:gtest',
824 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 825 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
825 'extensions_common', 826 'extensions_common',
826 'extensions_renderer', 827 'extensions_renderer',
827 'extensions_resources.gyp:extensions_resources', 828 'extensions_resources.gyp:extensions_resources',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'browser/api/cast_channel/logging.proto' 907 'browser/api/cast_channel/logging.proto'
907 ], 908 ],
908 'variables': { 909 'variables': {
909 'proto_in_dir': 'browser/api/cast_channel', 910 'proto_in_dir': 'browser/api/cast_channel',
910 'proto_out_dir': 'extensions/browser/api/cast_channel', 911 'proto_out_dir': 'extensions/browser/api/cast_channel',
911 }, 912 },
912 'includes': [ '../build/protoc.gypi' ] 913 'includes': [ '../build/protoc.gypi' ]
913 }, 914 },
914 ] 915 ]
915 } 916 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/renderer/api/serial/serial_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698