| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 63556da749f181d97ac84b6c567626c803a0abab..fecee044a83746e0a5ff29135a90019a8fc4d7e7 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -20,6 +20,7 @@
|
| 'chrome_fuzz',
|
| 'dump_record',
|
| 'get_images_from_skps',
|
| + 'get_current_monitor_profile',
|
| 'gpuveto',
|
| 'imgblur',
|
| 'imgslice',
|
| @@ -317,6 +318,21 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'get_current_monitor_profile',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + '../tools/get_current_monitor_profile.cpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../src/core',
|
| + '../include/private',
|
| + ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'gpuveto',
|
| 'type': 'executable',
|
| 'sources': [
|
|
|