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

Side by Side Diff: samples/sample_extension/sample_extension.gyp

Issue 14485002: Get the OpenGLUI emulator building again on the desktop. Mostly this is applying the changes here: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « samples/openglui/emulator/emulator.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'sample_extension', 8 'target_name': 'sample_extension',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 16 matching lines...) Expand all
27 'AdditionalDependencies': [ 'dart.lib' ], 27 'AdditionalDependencies': [ 'dart.lib' ],
28 'AdditionalLibraryDirectories': [ '<(PRODUCT_DIR)' ], 28 'AdditionalLibraryDirectories': [ '<(PRODUCT_DIR)' ],
29 }, 29 },
30 }, 30 },
31 }], 31 }],
32 ['OS=="mac"', { 32 ['OS=="mac"', {
33 'xcode_settings': { 33 'xcode_settings': {
34 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ], 34 'OTHER_LDFLAGS': [ '-undefined', 'dynamic_lookup' ],
35 }, 35 },
36 }], 36 }],
37 ['OS=="linux"', {
38 'cflags': [
39 '-fPIC',
40 ],
41 }],
37 ], 42 ],
38 }, 43 },
39 ], 44 ],
40 } 45 }
OLDNEW
« no previous file with comments | « samples/openglui/emulator/emulator.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698