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

Side by Side Diff: third_party/WebKit/Source/config.gyp

Issue 1784613002: bluetooth: Introduce Web Bluetooth mojom interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'targets': [ 49 'targets': [
50 { 50 {
51 # GN version: //third_party/WebKit/Source:config 51 # GN version: //third_party/WebKit/Source:config
52 # (In GN this is a config rather than a target.) 52 # (In GN this is a config rather than a target.)
53 'target_name': 'config', 53 'target_name': 'config',
54 'type': 'none', 54 'type': 'none',
55 'direct_dependent_settings': { 55 'direct_dependent_settings': {
56 'include_dirs': [ 56 'include_dirs': [
57 '.', 57 '.',
58 '..', 58 '..',
59 '<(SHARED_INTERMEDIATE_DIR)/third_party/WebKit',
59 ], 60 ],
60 'msvs_disabled_warnings': [ 61 'msvs_disabled_warnings': [
61 4305, 4324, 4714, 4800, 4996, 62 4305, 4324, 4714, 4800, 4996,
62 ], 63 ],
63 'variables': { 64 'variables': {
64 'chromium_code': 1, 65 'chromium_code': 1,
65 'clang_warning_flags': [ '-Wglobal-constructors' ], 66 'clang_warning_flags': [ '-Wglobal-constructors' ],
66 }, 67 },
67 'conditions': [ 68 'conditions': [
68 ['OS=="win" and component=="shared_library"', { 69 ['OS=="win" and component=="shared_library"', {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ], 134 ],
134 'direct_dependent_settings': { 135 'direct_dependent_settings': {
135 'variables': { 136 'variables': {
136 'chromium_code': 1, 137 'chromium_code': 1,
137 'clang_warning_flags_unset': [ '-Wglobal-constructors' ], 138 'clang_warning_flags_unset': [ '-Wglobal-constructors' ],
138 }, 139 },
139 }, 140 },
140 } 141 }
141 ], 142 ],
142 } 143 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698