Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 # Same target as above except that this is used in Blink | 58 # Same target as above except that this is used in Blink |
| 59 'target_name': 'interfaces_blink', | 59 'target_name': 'interfaces_blink', |
| 60 'type': 'none', | 60 'type': 'none', |
| 61 'variables': { | 61 'variables': { |
| 62 'for_blink': 'true', | 62 'for_blink': 'true', |
| 63 'mojom_files': [ | 63 'mojom_files': [ |
| 64 'surface_id.mojom', | 64 'surface_id.mojom', |
| 65 'surface_sequence.mojom', | 65 'surface_sequence.mojom', |
| 66 ], | 66 ], |
| 67 'mojom_typemaps': [ | 67 'mojom_typemaps': [ |
| 68 'surface_id.typemap', | 68 '../../third_party/WebKit/Source/platform/mojo/SurfaceId.typemap', |
|
danakj
2016/06/13 18:38:10
I think you need the inverse. cc does not depend o
danakj
2016/06/13 18:40:04
Also, if you change .gyp you should also change BU
| |
| 69 'surface_sequence.typemap', | 69 '../../third_party/WebKit/Source/platform/mojo/SurfaceSequence.typemap ', |
| 70 ], | 70 ], |
| 71 }, | 71 }, |
| 72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | 72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
| 73 }, | 73 }, |
| 74 | 74 |
| 75 ], | 75 ], |
| 76 } | 76 } |
| OLD | NEW |